summaryrefslogtreecommitdiffstats
path: root/ext/gdk_pixbuf
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-04-03 03:07:59 +0000
committerDavid Schleef <ds@schleef.org>2004-04-03 03:07:59 +0000
commit844a8d8833d4d2e2c8fb0208ed7db9044715f038 (patch)
tree787ea15fb0996267da0c13b6885e7a97d6ae075c /ext/gdk_pixbuf
parent39e8fcc726ba7f0755ab54458070251d22012afa (diff)
ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is disted (bug #138914)
Original commit message from CVS: * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is disted (bug #138914)
Diffstat (limited to 'ext/gdk_pixbuf')
-rw-r--r--ext/gdk_pixbuf/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/gdk_pixbuf/Makefile.am b/ext/gdk_pixbuf/Makefile.am
index 46b1a6b5..a96ea204 100644
--- a/ext/gdk_pixbuf/Makefile.am
+++ b/ext/gdk_pixbuf/Makefile.am
@@ -9,8 +9,6 @@ if HAVE_GDK_LOADERS
loaderdir = $(DESTDIR)$(GDK_PIXBUF_LOADER_DIR)
loader_LTLIBRARIES = gst_loader.la
-gst_loader_headers = gstgdkanimation.h
-
install-data-hook:
if test -z "$(DESTDIR)" ; then \
$(mkinstalldirs) $(DESTDIR)$(GDK_PIXBUF_CONF_DIR) ; \
@@ -29,4 +27,5 @@ install-data-hook:
endif
noinst_HEADERS = gstgdkpixbuf.h \
- $(gst_loader_headers)
+ gstgdkanimation.h
+