From 211f7c994d4319a714f076909e260029e59daa2b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 11 Feb 2002 12:08:50 +0000 Subject: [PATCH] this is a really evil hack. Original commit message from CVS: this is a really evil hack. I would like for someone to help wingo and me fixing it properly ;) and for that I could use a little basic education on some of the LD FLAGS we need all over because trying to fix it properly got me confused. --- gst/schedulers/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gst/schedulers/Makefile.am b/gst/schedulers/Makefile.am index b92ba761a3..f2617696b0 100644 --- a/gst/schedulers/Makefile.am +++ b/gst/schedulers/Makefile.am @@ -7,6 +7,10 @@ libgstbasicscheduler_la_CFLAGS = $(GST_CFLAGS) libgstbasicscheduler_la_LIBADD = $(GST_LIBS) ../libcothreads.la libgstbasicscheduler_la_LDFLAGS = @GST_LT_LDFLAGS@ +## this is a REALLY evil hack which we need to get rid of as soon as possible ! +$(top_builddir)/libs/ext/cothreads/cothreads/libcothreads-gthreads.la: + cd $(top_builddir)/libs/ext/cothreads/cothreads && make + 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