From 6ed590fe49097c98640abc7cbfd4c3a3daf97796 Mon Sep 17 00:00:00 2001 From: "Joshua N. Pritikin" Date: Fri, 14 Sep 2001 21:57:47 +0000 Subject: [PATCH] fix glib2 build Original commit message from CVS: fix glib2 build --- gst/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/Makefile.am b/gst/Makefile.am index e30bd26b24..4eedfa2b66 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -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 #####