mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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:
parent
39e8fcc726
commit
844a8d8833
2 changed files with 7 additions and 3 deletions
|
@ -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),
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue