uraeus fix
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 9 May 2004 14:30:04 +0000 (14:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 9 May 2004 14:30:04 +0000 (14:30 +0000)
Original commit message from CVS:
uraeus fix

ChangeLog
tests/Makefile.am

index 2fc6130..387237a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * tests/Makefile.am: fix am16 issue
+
 2004-05-09  Benjamin Otte  <otte@gnome.org>
 
        * libs/gst/bytestream/Makefile.am:
index 1f46b2b..ae60d52 100644 (file)
@@ -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)