uraeus fix

Original commit message from CVS:
uraeus fix
This commit is contained in:
Thomas Vander Stichele 2004-05-09 14:30:04 +00:00
parent 530d023e87
commit 2cb849415c
2 changed files with 7 additions and 3 deletions

View file

@ -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> 2004-05-09 Benjamin Otte <otte@gnome.org>
* libs/gst/bytestream/Makefile.am: * libs/gst/bytestream/Makefile.am:

View file

@ -2,13 +2,13 @@
SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
if GST_DISABLE_TRACE if GST_DISABLE_TRACE
noinst_PROGRAMS = LAT =
else else
noinst_PROGRAMS = lat LAT = lat
endif endif
noinst_PROGRAMS += spidey_bench noinst_PROGRAMS = $(LAT) spidey_bench
AM_CFLAGS = $(GST_OBJ_CFLAGS) AM_CFLAGS = $(GST_OBJ_CFLAGS)
LIBS = $(GST_OBJ_LIBS) LIBS = $(GST_OBJ_LIBS)