revert part of wingo's patch wingo, I'm not doing this to piss you off ;) but with...
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 12 Feb 2002 22:28:25 +0000 (22:28 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 12 Feb 2002 22:28:25 +0000 (22:28 +0000)
Original commit message from CVS:
revert part of wingo's patch
wingo, I'm not doing this to piss you off ;)
but with your change we get the reverse issue : stuff in libs/gst needs
gstmarshal.[ch], which are only generated if we go in gst before libs.
So unless we just throw the egg at the chicken we'll have to settle for a
hack.
Alternatively, we could take the egg out of the chicken and put it in
a separate tarball which would then be installed ;)

Makefile.am
gst/schedulers/Makefile.am

index d05c175..d93a4c6 100644 (file)
@@ -19,7 +19,7 @@ else
 SUBDIRS_EXAMPLES =
 endif
 
-SUBDIRS = include libs gst tools \
+SUBDIRS = include gst libs tools \
        $(SUBDIRS_TESTS) $(SUBDIRS_EXAMPLES) $(SUBDIRS_DOCS)
 
 # These are all the possible subdirs
index b92ba76..67e43c8 100644 (file)
@@ -11,3 +11,9 @@ libgststandardscheduler_la_SOURCES = gststandardscheduler.c
 libgststandardscheduler_la_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)/libs/ext/cothreads
 libgststandardscheduler_la_LIBADD = $(GST_LIBS) $(top_builddir)/libs/ext/cothreads/cothreads/libcothreads-gthreads.la
 libgststandardscheduler_la_LDFLAGS = @GST_LT_LDFLAGS@
+
+## this is a REALLY evil hack 
+## but we need to keep it as long as we have libs/gst and libs/ext
+$(top_builddir)/libs/ext/cothreads/cothreads/libcothreads-gthreads.la:
+       cd $(top_builddir)/libs/ext/cothreads/cothreads && make
+