summaryrefslogtreecommitdiffstats
path: root/ext/gdk_pixbuf/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2003-12-14 19:09:23 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2003-12-14 19:09:23 +0000
commit7c399e62b5d35ab1fb472b46e2ed5198a84c3642 (patch)
treefb9eed84d1f37fb534131116aa10bcb29207231f /ext/gdk_pixbuf/Makefile.am
parent734e19ff44c4ab52d42d60e538834b95fb5ed9ee (diff)
distcheck fixes
Original commit message from CVS: distcheck fixes
Diffstat (limited to 'ext/gdk_pixbuf/Makefile.am')
-rw-r--r--ext/gdk_pixbuf/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gdk_pixbuf/Makefile.am b/ext/gdk_pixbuf/Makefile.am
index 3e0b1179..95477db4 100644
--- a/ext/gdk_pixbuf/Makefile.am
+++ b/ext/gdk_pixbuf/Makefile.am
@@ -22,8 +22,8 @@ gst_loader_headers = gstgdkanimation.h
install-data-hook:
if test -z "$(DESTDIR)" ; then \
- $(mkinstalldirs) $(DESTDIR)$(GDK_PIXBUF_CONFDIR) ; \
- $(QUERYLOADERS) > $(DESTDIR)$(GDK_PIXBUF_CONFDIR)/gdk-pixbuf.loaders ; \
+ $(mkinstalldirs) $(DESTDIR)$(GDK_PIXBUF_CONF_DIR) ; \
+ $(QUERYLOADERS) > $(DESTDIR)$(GDK_PIXBUF_CONF_DIR)/gdk-pixbuf.loaders ; \
fi
else