From 2cb849415c31b041d50f8ebacf4c3da569dd0051 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 9 May 2004 14:30:04 +0000 Subject: [PATCH] uraeus fix Original commit message from CVS: uraeus fix --- ChangeLog | 4 ++++ tests/Makefile.am | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2fc6130..387237a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-05-09 Thomas Vander Stichele + + * tests/Makefile.am: fix am16 issue + 2004-05-09 Benjamin Otte * libs/gst/bytestream/Makefile.am: diff --git a/tests/Makefile.am b/tests/Makefile.am index 1f46b2b..ae60d52 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) -- 2.7.4