summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-05-09 14:30:04 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-05-09 14:30:04 +0000
commit2cb849415c31b041d50f8ebacf4c3da569dd0051 (patch)
tree4b0a2561de818d73245e452afe9db7c7f2df78fe /tests/Makefile.am
parent530d023e87f54f56a52b9f001e2c53b3389f8ef0 (diff)
uraeus fix
Original commit message from CVS: uraeus fix
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1f46b2bff..ae60d5220 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -2,13 +2,13 @@
SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
if GST_DISABLE_TRACE
-noinst_PROGRAMS =
+LAT =
else
-noinst_PROGRAMS = lat
+LAT = lat
endif
-noinst_PROGRAMS += spidey_bench
+noinst_PROGRAMS = $(LAT) spidey_bench
AM_CFLAGS = $(GST_OBJ_CFLAGS)
LIBS = $(GST_OBJ_LIBS)