mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +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.
|
# Generate both marshal files together. Makes dependency work easier.
|
||||||
gstmarshal.h: gstmarshal.list
|
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
|
gstmarshal.c: gstmarshal.list
|
||||||
echo "#include \"glib-object.h\"" >gstmarshal.c
|
echo "#include \"glib-object.h\"" >gstmarshal.c
|
||||||
echo "#include \"gstlog.h\"" >> gstmarshal.c
|
echo "#include \"gstlog.h\"" >> gstmarshal.c
|
||||||
echo "#include \"gstmarshal.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 #####
|
##### end built sources #####
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue