mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
automake fix
Original commit message from CVS: automake fix
This commit is contained in:
parent
3a32067831
commit
4f22916319
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ uninstall-local: as-libtool-uninstall-local
|
||||||
include $(top_srcdir)/common/as-libtool.mak
|
include $(top_srcdir)/common/as-libtool.mak
|
||||||
|
|
||||||
# regression test
|
# regression test
|
||||||
TESTS = dataprotocol-test
|
check_PROGRAMS = dataprotocol-test
|
||||||
dataprotocol_test_SOURCES = dataprotocol-test.c dataprotocol.c
|
dataprotocol_test_SOURCES = dataprotocol-test.c dataprotocol.c
|
||||||
dataprotocol_test_CFLAGS = $(GST_LIB_CFLAGS) -I$(top_srcdir)/libs
|
dataprotocol_test_CFLAGS = $(GST_LIB_CFLAGS) -I$(top_srcdir)/libs
|
||||||
dataprotocol_test_LDADD = $(GST_OBJ_LIBS)
|
dataprotocol_test_LDADD = $(GST_OBJ_LIBS)
|
||||||
|
|
||||||
|
TESTS = $(check_PROGRAMS)
|
||||||
|
|
Loading…
Reference in a new issue