From fce9a96f3ff37668b4e7a899603b3ffa24067811 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 14 Jan 2001 22:23:59 +0000 Subject: [PATCH] Fixed a Makefile error Original commit message from CVS: Fixed a Makefile error --- tests/sched/Makefile.am | 4 ++-- 1 file 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)