mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
d4ee10bd79
Original commit message from CVS: distcheck fixes. Some tests have been disabled.
13 lines
253 B
Makefile
13 lines
253 B
Makefile
testprogs = parse2
|
|
#testprogs = parse1 parse2
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
parse1_SOURCES = parse1.c
|
|
parse2_SOURCES = parse2.c
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS)
|
|
AM_CFLAGS = $(GST_CFLAGS)
|