From cb30365aa871425f4b4d285ce81ca72f4d3307a0 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 13 Dec 2003 21:46:47 +0000 Subject: distcheck fixes: include built sources in CLEANFILES Original commit message from CVS: distcheck fixes: include built sources in CLEANFILES --- gst-libs/gst/colorbalance/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst-libs/gst/colorbalance') 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 -- cgit v1.2.1