mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 11:26:39 +00:00
12 lines
211 B
Makefile
12 lines
211 B
Makefile
|
SUBDIRS =
|
||
|
|
||
|
testprogs = capsnego converter converter2 enum
|
||
|
|
||
|
TESTS = $(testprogs)
|
||
|
|
||
|
check_PROGRAMS = $(testprogs)
|
||
|
|
||
|
# we have nothing but apps here, we can do this safely
|
||
|
LIBS += $(GST_LIBS)
|
||
|
CFLAGS += $(GST_CFLAGS)
|