diff --git a/ChangeLog b/ChangeLog index 70b1db09bf..8e4068dbdc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-09 Ronald S. Bultje + + * testsuite/embed/Makefile.am: + test->noinst, fix make test in buildbot. + 2005-01-09 Stephane LOEUILLET * ext/dvdread/stream_labels.c: new file diff --git a/tests/old/testsuite/embed/Makefile.am b/tests/old/testsuite/embed/Makefile.am index 18ad822e87..2ffdc76890 100644 --- a/tests/old/testsuite/embed/Makefile.am +++ b/tests/old/testsuite/embed/Makefile.am @@ -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) \ diff --git a/testsuite/embed/Makefile.am b/testsuite/embed/Makefile.am index 18ad822e87..2ffdc76890 100644 --- a/testsuite/embed/Makefile.am +++ b/testsuite/embed/Makefile.am @@ -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) \