mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
testsuite/embed/Makefile.am: test->noinst, fix make test in buildbot.
Original commit message from CVS: * testsuite/embed/Makefile.am: test->noinst, fix make test in buildbot.
This commit is contained in:
parent
2961b1a9e1
commit
543682a3c6
3 changed files with 7 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-01-09 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* testsuite/embed/Makefile.am:
|
||||
test->noinst, fix make test in buildbot.
|
||||
|
||||
2005-01-09 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
|
||||
|
||||
* ext/dvdread/stream_labels.c: new file
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
|
||||
TESTS = embed
|
||||
|
||||
check_PROGRAMS = embed
|
||||
noinst_PROGRAMS = embed
|
||||
|
||||
# we have nothing but apps here, we can do this safely
|
||||
LIBS = $(GST_LIBS) $(GTK_LIBS) \
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
|
||||
TESTS = embed
|
||||
|
||||
check_PROGRAMS = embed
|
||||
noinst_PROGRAMS = embed
|
||||
|
||||
# we have nothing but apps here, we can do this safely
|
||||
LIBS = $(GST_LIBS) $(GTK_LIBS) \
|
||||
|
|
Loading…
Reference in a new issue