summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-12-13 21:46:47 +0000
committerBenjamin Otte <otte@gnome.org>2003-12-13 21:46:47 +0000
commitcb30365aa871425f4b4d285ce81ca72f4d3307a0 (patch)
tree534ea69f5aaf8a7c8f3f4ce2a1e928417441e796 /gst-libs/gst
parent2ba87491c2787d9c030a83898846118549f07645 (diff)
downloadgst-plugins-bad-cb30365aa871425f4b4d285ce81ca72f4d3307a0.tar.gz
gst-plugins-bad-cb30365aa871425f4b4d285ce81ca72f4d3307a0.tar.bz2
gst-plugins-bad-cb30365aa871425f4b4d285ce81ca72f4d3307a0.zip
distcheck fixes: include built sources in CLEANFILES
Original commit message from CVS: distcheck fixes: include built sources in CLEANFILES
Diffstat (limited to 'gst-libs/gst')
-rw-r--r--gst-libs/gst/colorbalance/Makefile.am2
-rw-r--r--gst-libs/gst/mixer/Makefile.am2
-rw-r--r--gst-libs/gst/tuner/Makefile.am2
3 files changed, 6 insertions, 0 deletions
diff --git a/gst-libs/gst/colorbalance/Makefile.am b/gst-libs/gst/colorbalance/Makefile.am
index b1f6bec4..a86319c2 100644
--- a/gst-libs/gst/colorbalance/Makefile.am
+++ b/gst-libs/gst/colorbalance/Makefile.am
@@ -21,6 +21,8 @@ built_headers = \
EXTRA_DIST = colorbalancemarshal.list
+CLEANFILES = $(BUILT_SOURCES)
+
colorbalancemarshal.h: colorbalancemarshal.list
glib-genmarshal --header --prefix=gst_color_balance_marshal $^ > colorbalancemarshal.h.tmp
mv colorbalancemarshal.h.tmp colorbalancemarshal.h
diff --git a/gst-libs/gst/mixer/Makefile.am b/gst-libs/gst/mixer/Makefile.am
index f62ab4c8..ca153dd0 100644
--- a/gst-libs/gst/mixer/Makefile.am
+++ b/gst-libs/gst/mixer/Makefile.am
@@ -21,6 +21,8 @@ built_headers = \
EXTRA_DIST = mixermarshal.list
+CLEANFILES = $(BUILT_SOURCES)
+
mixermarshal.h: mixermarshal.list
glib-genmarshal --header --prefix=gst_mixer_marshal $^ > mixermarshal.h.tmp
mv mixermarshal.h.tmp mixermarshal.h
diff --git a/gst-libs/gst/tuner/Makefile.am b/gst-libs/gst/tuner/Makefile.am
index 717c49db..f25ab297 100644
--- a/gst-libs/gst/tuner/Makefile.am
+++ b/gst-libs/gst/tuner/Makefile.am
@@ -23,6 +23,8 @@ built_headers = \
EXTRA_DIST = tunermarshal.list
+CLEANFILES = $(BUILT_SOURCES)
+
tunermarshal.h: tunermarshal.list
glib-genmarshal --header --prefix=gst_tuner_marshal $^ > tunermarshal.h.tmp
mv tunermarshal.h.tmp tunermarshal.h