summaryrefslogtreecommitdiff
path: root/tests/sched
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-05-04 12:38:36 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-05-04 12:38:36 +0000
commite7b9201555cd4d46bbb5faf7c6f52ec39ade5a52 (patch)
tree2c5c52479dd9e69976379a9713d0ca258e49d20f /tests/sched
parenta84c8398c29004c1a57f81154b8be3dcb656565e (diff)
reorganize C/LIB flags add gst_info to gstcompat.h
Original commit message from CVS: reorganize C/LIB flags add gst_info to gstcompat.h
Diffstat (limited to 'tests/sched')
-rw-r--r--tests/sched/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/sched/Makefile.am b/tests/sched/Makefile.am
index 5f55065db..e929e062b 100644
--- a/tests/sched/Makefile.am
+++ b/tests/sched/Makefile.am
@@ -6,7 +6,7 @@ endif
dynamic_pipeline_SOURCES = dynamic-pipeline.c
sched_stress_SOURCES = sched-stress.c
-sched_stress_LDADD = $(GST_LIBS) #-lefence
+sched_stress_LDADD = $(GST_OBJ_LIBS) #-lefence
-LDADD = $(GST_LIBS)
-AM_CFLAGS = $(GST_CFLAGS)
+LDADD = $(GST_OBJ_LIBS)
+AM_CFLAGS = $(GST_OBJ_CFLAGS)