From fe6f356a5dd07ec64a7fe493bdca5c8339729378 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 15 Mar 2004 18:20:03 +0000 Subject: [PATCH] distcheck fixes Original commit message from CVS: distcheck fixes --- tools/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index c20e4b9..bed1f0b 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -129,7 +129,11 @@ manpages = $(GST_REGISTRY_MAN) $(GST_LOADSAVE_MAN) $(GST_OTHER_MAN) CLEANFILES = $(manpages) $(bin_SCRIPTS) man_MANS = $(manpages) +# developer helper tools, not meant for installation +noinst_SCRIPTS = gst-indent + EXTRA_DIST = \ + $(noinst_SCRIPTS) \ gst-complete.1.in \ gst-compprep.1.in \ gst-feedback.1.in \ @@ -154,5 +158,3 @@ EXTRA_DIST = \ -e s,gst-xmllaunch,gst-xmllaunch-@GST_MAJORMINOR@,g \ $< >$@ -# developer helper tools, not meant for installation -noinst_SCRIPTS = gst-indent -- 2.7.4