mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
e7b9201555
Original commit message from CVS: reorganize C/LIB flags add gst_info to gstcompat.h
11 lines
274 B
Makefile
11 lines
274 B
Makefile
include ../Rules
|
|
|
|
tests_pass =
|
|
tests_fail = dparamstest
|
|
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
|