summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-01-14 22:23:59 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-01-14 22:23:59 +0000
commitfce9a96f3ff37668b4e7a899603b3ffa24067811 (patch)
tree460cd0653779949eb61eb2ebde34c530445d6906 /tests
parent9ca8248cc28167294cce7970dac9f327936fd76f (diff)
Fixed a Makefile error
Original commit message from CVS: Fixed a Makefile error
Diffstat (limited to 'tests')
-rw-r--r--tests/sched/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sched/Makefile.am b/tests/sched/Makefile.am
index 4900e2fa44..c1ca8520c6 100644
--- a/tests/sched/Makefile.am
+++ b/tests/sched/Makefile.am
@@ -1,5 +1,5 @@
noinst_PROGRAMS = runxml
# nothing but apps here, this is safe
-LIBS = $(GST_LIBS)
-CFLAGS = $(GST_CFLAGS)
+LIBS += $(GST_LIBS)
+CFLAGS += $(GST_CFLAGS)