diff options
Diffstat (limited to 'gst-libs/gst/tuner')
-rw-r--r-- | gst-libs/gst/tuner/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |