summaryrefslogtreecommitdiff
path: root/tests/sched
diff options
context:
space:
mode:
authorErik Walthinsen <omega@temple-baptist.org>2001-01-14 21:55:41 +0000
committerErik Walthinsen <omega@temple-baptist.org>2001-01-14 21:55:41 +0000
commit9ca8248cc28167294cce7970dac9f327936fd76f (patch)
tree0f1f4c876f0978ec122924739d85e467760e292d /tests/sched
parent3c288c183a7b4357c08d38ffd6a12b358409769a (diff)
Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makef...
Original commit message from CVS: Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makefile.am writers. Check docs/random/omega/build/TODO for a list of things that I had to make sure of. NOTE: this requires a complete rebuild of all plugins, since I also changed the STATE enum to a bitfield instead of sequential numbers.
Diffstat (limited to 'tests/sched')
-rw-r--r--tests/sched/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/sched/Makefile.am b/tests/sched/Makefile.am
index a4ec5f468..4900e2fa4 100644
--- a/tests/sched/Makefile.am
+++ b/tests/sched/Makefile.am
@@ -1,6 +1,5 @@
noinst_PROGRAMS = runxml
-LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
-CFLAGS = -Wall
-
-INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)
+# nothing but apps here, this is safe
+LIBS = $(GST_LIBS)
+CFLAGS = $(GST_CFLAGS)