mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 09:29:42 +00:00
48c32ac434
Original commit message from CVS: uncomment it in the DIRS to avoid errors
10 lines
233 B
Makefile
10 lines
233 B
Makefile
testprogs = dparamstest
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
dparamstest_CFLAGS = $(GST_CFLAGS)
|
|
dparamstest_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/control/ -lgstcontrol
|
|
|
|
dparamstest_SOURCES = dparamstest.c
|