Hi, This patch fixes the build system so that farsight can be built in a separate directory tree. I'm not sure about the best way to fix gst-plugins-farsight build system since libr263 doesn't use autotools.
--- old-farsight/farsight/Makefile.am 2006-04-19 11:21:29.000000000 +0300 +++ new-farsight/farsight/Makefile.am 2006-04-19 11:21:29.000000000 +0300 @@ -16,7 +16,7 @@ [EMAIL PROTECTED]@_la_SOURCES = farsight-marshal.list farsight-marshal.h: Makefile farsight-marshal.list - glib-genmarshal --header --prefix=farsight_marshal farsight-marshal.list > farsight-marshal.h.tmp + glib-genmarshal --header --prefix=farsight_marshal $(srcdir)/farsight-marshal.list > farsight-marshal.h.tmp mv farsight-marshal.h.tmp farsight-marshal.h farsight-marshal.c: Makefile farsight-marshal.list --- old-farsight/tests/Makefile.am 2006-04-19 11:21:29.000000000 +0300 +++ new-farsight/tests/Makefile.am 2006-04-19 11:21:29.000000000 +0300 @@ -1,3 +1,6 @@ +INCLUDES = \ +-I$(top_srcdir) + noinst_PROGRAMS = \ farsight_test_rtp \ farsight_test_rtp_2 \ -- Ville Syrjälä [EMAIL PROTECTED] ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Farsight-devel mailing list Farsight-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/farsight-devel