mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
f54b157806
Original commit message from CVS: fix some dparams stuff
11 lines
273 B
Makefile
11 lines
273 B
Makefile
include ../Rules
|
|
|
|
tests_pass = dparamstest
|
|
tests_fail =
|
|
tests_ignore =
|
|
|
|
dparamstest_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
dparamstest_LDFLAGS = $(GST_OBJ_LIBS)
|
|
dparamstest_LDADD = $(top_builddir)/libs/gst/control/libgstcontrol-@GST_MAJORMINOR@.la
|
|
|
|
dparamstest_SOURCES = dparamstest.c
|