[farsight2/master] built fs-marshal.list is in builddir, not srcdir

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:25:49 PST 2008


---
 gst-libs/gst/farsight/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gst-libs/gst/farsight/Makefile.am b/gst-libs/gst/farsight/Makefile.am
index 28b012e..101cd70 100644
--- a/gst-libs/gst/farsight/Makefile.am
+++ b/gst-libs/gst/farsight/Makefile.am
@@ -59,13 +59,13 @@ fs-marshal.list: $(libgstfarsight_ at GST_MAJORMINOR@_la_SOURCES) Makefile.am
 	fi
 
 fs-marshal.h: Makefile fs-marshal.list
-		glib-genmarshal --header --prefix=_fs_marshal $(srcdir)/fs-marshal.list > fs-marshal.h.tmp
+		glib-genmarshal --header --prefix=_fs_marshal $(builddir)/fs-marshal.list > fs-marshal.h.tmp
 		mv fs-marshal.h.tmp fs-marshal.h
 
 fs-marshal.c: Makefile fs-marshal.list
 		echo "#include \"glib-object.h\"" >> fs-marshal.c.tmp
 		echo "#include \"fs-marshal.h\"" >> fs-marshal.c.tmp
-		glib-genmarshal --body --prefix=_fs_marshal $(srcdir)/fs-marshal.list >> fs-marshal.c.tmp
+		glib-genmarshal --body --prefix=_fs_marshal $(builddir)/fs-marshal.list >> fs-marshal.c.tmp
 		mv fs-marshal.c.tmp fs-marshal.c
 
 libgstfarsight_ at GST_MAJORMINOR@_la_CFLAGS = \
-- 
1.5.6.5




More information about the farsight-commits mailing list