From bf9d39d5f3ac567ad9d6d5c828b593ce47b43561 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 13 Dec 2003 21:46:47 +0000 Subject: [PATCH] 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 ++ gst-libs/gst/mixer/Makefile.am | 2 ++ gst-libs/gst/tuner/Makefile.am | 2 ++ 3 files changed, 6 insertions(+) diff --git a/gst-libs/gst/colorbalance/Makefile.am b/gst-libs/gst/colorbalance/Makefile.am index b1f6bec480..a86319c249 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 f62ab4c832..ca153dd0aa 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 717c49dba4..f25ab297bf 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