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)
This commit is contained in:
David Schleef 2004-04-03 03:07:59 +00:00
parent 39e8fcc726
commit 844a8d8833
2 changed files with 7 additions and 3 deletions

View file

@ -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> 2004-04-01 Benjamin Otte <otte@gnome.org>
* ext/alsa/gstalsa.c: (gst_alsa_change_state), * ext/alsa/gstalsa.c: (gst_alsa_change_state),

View file

@ -9,8 +9,6 @@ if HAVE_GDK_LOADERS
loaderdir = $(DESTDIR)$(GDK_PIXBUF_LOADER_DIR) loaderdir = $(DESTDIR)$(GDK_PIXBUF_LOADER_DIR)
loader_LTLIBRARIES = gst_loader.la loader_LTLIBRARIES = gst_loader.la
gst_loader_headers = gstgdkanimation.h
install-data-hook: install-data-hook:
if test -z "$(DESTDIR)" ; then \ if test -z "$(DESTDIR)" ; then \
$(mkinstalldirs) $(DESTDIR)$(GDK_PIXBUF_CONF_DIR) ; \ $(mkinstalldirs) $(DESTDIR)$(GDK_PIXBUF_CONF_DIR) ; \
@ -29,4 +27,5 @@ install-data-hook:
endif endif
noinst_HEADERS = gstgdkpixbuf.h \ noinst_HEADERS = gstgdkpixbuf.h \
$(gst_loader_headers) gstgdkanimation.h