distcheck fixes: include built sources in CLEANFILES
authorBenjamin Otte <otte@gnome.org>
Sat, 13 Dec 2003 21:46:47 +0000 (21:46 +0000)
committerBenjamin Otte <otte@gnome.org>
Sat, 13 Dec 2003 21:46:47 +0000 (21:46 +0000)
Original commit message from CVS:
distcheck fixes: include built sources in CLEANFILES

gst-libs/gst/colorbalance/Makefile.am
gst-libs/gst/mixer/Makefile.am
gst-libs/gst/tuner/Makefile.am

index b1f6bec..a86319c 100644 (file)
@@ -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
index f62ab4c..ca153dd 100644 (file)
@@ -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
index 717c49d..f25ab29 100644 (file)
@@ -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