mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
distcheck fixes: include built sources in CLEANFILES
Original commit message from CVS: distcheck fixes: include built sources in CLEANFILES
This commit is contained in:
parent
65f0bd8f69
commit
bf9d39d5f3
3 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue