automake fix

Original commit message from CVS:
automake fix
This commit is contained in:
Thomas Vander Stichele 2004-05-19 18:03:36 +00:00
parent 3a32067831
commit 4f22916319

View file

@ -24,7 +24,9 @@ uninstall-local: as-libtool-uninstall-local
include $(top_srcdir)/common/as-libtool.mak
# regression test
TESTS = dataprotocol-test
check_PROGRAMS = 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)
TESTS = $(check_PROGRAMS)