fix autotest

Original commit message from CVS:
fix autotest
This commit is contained in:
Thomas Vander Stichele 2004-05-19 17:47:26 +00:00
parent 8c1922d167
commit dde5c1e9d2
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
* libs/gst/dataprotocol/Makefile.am:
add to autotest
2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
* libs/gst/dataprotocol/Makefile.am:

View file

@ -24,8 +24,7 @@ uninstall-local: as-libtool-uninstall-local
include $(top_srcdir)/common/as-libtool.mak
# regression test
check_PROGRAMS = dataprotocol-test
TESTS = dataprotocol-test
dataprotocol_test_SOURCES = dataprotocol-test.c dataprotocol.c
dataprotocol_test_CFLAGS = $(GST_LIB_CFLAGS) -I$(top_srcdir)/libs
dataprotocol_test_LDADD = $(GST_OBJ_LIBS)