mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-11 00:42:36 +00:00
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
|