blob: af072cd83321b256e204f8df42c9630cc9e30a09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./Makefile.in.orig 2010-08-04 17:51:09.000000000 -0500
+++ ./Makefile.in 2010-11-06 14:00:00.000000000 -0500
@@ -229,7 +229,7 @@
theme_in_files = index.theme.in.in
theme_DATA = $(theme_in_files:.theme.in.in=.theme)
THEME_DIRS = $(shell SIZES="$(render_sizes)"; for size in $$SIZES; do for dir in `find $(srcdir)/$(SVGOUTDIR)/$$size/* -type d`; do printf "$$dir,"; done; done; echo "scalable/actions,scalable/apps,scalable/devices,scalable/emblems,scalable/mimetypes,scalable/places,scalable/status")
-pkgconfigdir = $(datadir)/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gnome-icon-theme.pc
EXTRA_DIST = \
gnome-icon-theme.pc.in \
|