From 844a8d8833d4d2e2c8fb0208ed7db9044715f038 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 3 Apr 2004 03:07:59 +0000 Subject: [PATCH] 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) --- ChangeLog | 5 +++++ ext/gdk_pixbuf/Makefile.am | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d28cdc18b6..47dc62ec88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-02 David Schleef + + * ext/gdk_pixbuf/Makefile.am: Make sure gstgdkanimation.h is + disted (bug #138914) + 2004-04-01 Benjamin Otte * ext/alsa/gstalsa.c: (gst_alsa_change_state), diff --git a/ext/gdk_pixbuf/Makefile.am b/ext/gdk_pixbuf/Makefile.am index 46b1a6b516..a96ea204b8 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 +