From 7c399e62b5d35ab1fb472b46e2ed5198a84c3642 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 14 Dec 2003 19:09:23 +0000 Subject: distcheck fixes Original commit message from CVS: distcheck fixes --- ext/flac/gstflacdec.c | 2 +- ext/flac/gstflacenc.c | 2 +- ext/flac/gstflactag.c | 2 +- ext/gdk_pixbuf/Makefile.am | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'ext') diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c index a67c4a98..104552d6 100644 --- a/ext/flac/gstflacdec.c +++ b/ext/flac/gstflacdec.c @@ -27,7 +27,7 @@ #include "gstflacdec.h" #include -#include +#include #include "flac_compat.h" diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index 4b7bf16c..29425c95 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include "flac_compat.h" diff --git a/ext/flac/gstflactag.c b/ext/flac/gstflactag.c index 03e24a1e..39d31729 100644 --- a/ext/flac/gstflactag.c +++ b/ext/flac/gstflactag.c @@ -24,7 +24,7 @@ #include "config.h" #endif #include -#include +#include #include #define GST_TYPE_FLAC_TAG (gst_flac_tag_get_type()) diff --git a/ext/gdk_pixbuf/Makefile.am b/ext/gdk_pixbuf/Makefile.am index 3e0b1179..95477db4 100644 --- a/ext/gdk_pixbuf/Makefile.am +++ b/ext/gdk_pixbuf/Makefile.am @@ -22,8 +22,8 @@ gst_loader_headers = gstgdkanimation.h install-data-hook: if test -z "$(DESTDIR)" ; then \ - $(mkinstalldirs) $(DESTDIR)$(GDK_PIXBUF_CONFDIR) ; \ - $(QUERYLOADERS) > $(DESTDIR)$(GDK_PIXBUF_CONFDIR)/gdk-pixbuf.loaders ; \ + $(mkinstalldirs) $(DESTDIR)$(GDK_PIXBUF_CONF_DIR) ; \ + $(QUERYLOADERS) > $(DESTDIR)$(GDK_PIXBUF_CONF_DIR)/gdk-pixbuf.loaders ; \ fi else -- cgit