mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
don't break distcheck
Original commit message from CVS: don't break distcheck
This commit is contained in:
parent
2cb849415c
commit
1512ad8d3d
1 changed files with 2 additions and 2 deletions
|
@ -223,14 +223,14 @@ endif
|
|||
|
||||
|
||||
gstmarshal.h: gstmarshal.list
|
||||
glib-genmarshal --header --prefix=gst_marshal gstmarshal.list > gstmarshal.h.tmp
|
||||
glib-genmarshal --header --prefix=gst_marshal $(srcdir)/gstmarshal.list > gstmarshal.h.tmp
|
||||
mv gstmarshal.h.tmp gstmarshal.h
|
||||
|
||||
gstmarshal.c: gstmarshal.list gst_private.h
|
||||
echo "#include \"gst_private.h\"" > gstmarshal.c.tmp
|
||||
echo "#include \"glib-object.h\"" >> gstmarshal.c.tmp
|
||||
echo "#include \"gstmarshal.h\"" >> gstmarshal.c.tmp
|
||||
glib-genmarshal --body --prefix=gst_marshal gstmarshal.list >> gstmarshal.c.tmp
|
||||
glib-genmarshal --body --prefix=gst_marshal $(srcdir)/gstmarshal.list >> gstmarshal.c.tmp
|
||||
mv gstmarshal.c.tmp gstmarshal.c
|
||||
|
||||
gstenumtypes.h: $(gst_headers)
|
||||
|
|
Loading…
Reference in a new issue