mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
fix autotest
Original commit message from CVS: fix autotest
This commit is contained in:
parent
8c1922d167
commit
dde5c1e9d2
2 changed files with 6 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue