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/tuner/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst-libs/gst/tuner/Makefile.am') 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 -- cgit v1.2.1