diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/gdk_pixbuf/Makefile.am | 5 |
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 + |