fix glib2 build

Original commit message from CVS:
fix glib2 build
This commit is contained in:
Joshua N. Pritikin 2001-09-14 21:57:47 +00:00
parent 81cc74c301
commit 6ed590fe49

View file

@ -142,6 +142,7 @@ gstmarshal.h: gstmarshal.list
gstmarshal.c: gstmarshal.list
glib-genmarshal --header --prefix=gst_marshal gstmarshal.list > gstmarshal.h
echo "#include \"glib-object.h\"" >gstmarshal.c
echo "#include \"gstlog.h\"" >> gstmarshal.c
glib-genmarshal --body --prefix=gst_marshal gstmarshal.list >> gstmarshal.c
##### end built sources #####