summaryrefslogtreecommitdiffstats
path: root/ext/gdk_pixbuf/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-11-22 04:10:10 +0000
committerDavid Schleef <ds@schleef.org>2003-11-22 04:10:10 +0000
commit723d9baca98e95abf35dcc878a19d786e296d4d3 (patch)
tree2bdfd1c3b43a9e3d3cdedd8689d3a59f7e88d5b4 /ext/gdk_pixbuf/Makefile.am
parentcbd51d3bd3e582016367f30c8b7b32e6160eedad (diff)
fixes to make gdk_pixbuf loader install nicely
Original commit message from CVS: fixes to make gdk_pixbuf loader install nicely
Diffstat (limited to 'ext/gdk_pixbuf/Makefile.am')
-rw-r--r--ext/gdk_pixbuf/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/ext/gdk_pixbuf/Makefile.am b/ext/gdk_pixbuf/Makefile.am
index 0e2d82c6..ae023aab 100644
--- a/ext/gdk_pixbuf/Makefile.am
+++ b/ext/gdk_pixbuf/Makefile.am
@@ -8,7 +8,7 @@ libgstgdkpixbuf_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
if HAVE_GDK_LOADERS
-loaderdir = $(GTK_BASE_DIR)/lib/gtk-2.0/$(GTK_VERSION)/loaders
+loaderdir = $(GDK_PIXBUF_LIBDIR)/gtk-2.0/$(GTK_VERSION)/loaders
loader_LTLIBRARIES = gst_loader.la
gst_loader_la_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -DGDK_PIXBUF_ENABLE_BACKEND
@@ -20,9 +20,11 @@ gst_loader_la_LIBADD = $(GTK_LIBS) $(GST_LIBS)
gst_loader_headers = gstgdkanimation.h
-install-data-hook:
- $(mkinstalldirs) $(GTK_BASE_DIR)/etc/gtk-2.0 ; \
- $(QUERYLOADERS) > $(GTK_BASE_DIR)/etc/gtk-2.0/gdk-pixbuf.loaders ;
+#install-data-hook:
+# if test -z "$(DESTDIR)" ; then
+# $(mkinstalldirs) $(DESTDIR)$(GDK_PIXBUF_SYSCONFDIR)/gtk-2.0 ; \
+# $(QUERYLOADERS) > $(DESTDIR)$(GDK_PIXBUF_SYSCONFDIR)/gtk-2.0/gdk-pixbuf.loaders ; \
+# fi
else
gst_loader_headers =