ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is disted (bug #138914)
authorDavid Schleef <ds@schleef.org>
Sat, 3 Apr 2004 03:07:59 +0000 (03:07 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 3 Apr 2004 03:07:59 +0000 (03:07 +0000)
Original commit message from CVS:
* ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
disted (bug #138914)

ChangeLog
ext/gdk_pixbuf/Makefile.am

index d28cdc1..47dc62e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-02  David Schleef  <ds@schleef.org>
+
+       * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
+       disted (bug #138914)
+
 2004-04-01  Benjamin Otte  <otte@gnome.org>
 
        * ext/alsa/gstalsa.c: (gst_alsa_change_state),
index 46b1a6b..a96ea20 100644 (file)
@@ -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
+