mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
this fixes the marshal thingy
Original commit message from CVS: this fixes the marshal thingy
This commit is contained in:
parent
9ea4df4ce7
commit
a65431489c
1 changed files with 2 additions and 2 deletions
|
@ -142,13 +142,13 @@ endif
|
|||
|
||||
# Generate both marshal files together. Makes dependency work easier.
|
||||
gstmarshal.h: gstmarshal.list
|
||||
glib-genmarshal --header --prefix=gst_marshal gstmarshal.list > gstmarshal.h
|
||||
glib-genmarshal --header --prefix=gst_marshal $(srcdir)/gstmarshal.list > gstmarshal.h
|
||||
|
||||
gstmarshal.c: gstmarshal.list
|
||||
echo "#include \"glib-object.h\"" >gstmarshal.c
|
||||
echo "#include \"gstlog.h\"" >> gstmarshal.c
|
||||
echo "#include \"gstmarshal.h\"" >> gstmarshal.c
|
||||
glib-genmarshal --body --prefix=gst_marshal gstmarshal.list >> gstmarshal.c
|
||||
glib-genmarshal --body --prefix=gst_marshal $(srcdir)/gstmarshal.list >> gstmarshal.c
|
||||
|
||||
##### end built sources #####
|
||||
|
||||
|
|
Loading…
Reference in a new issue