mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
10 lines
221 B
Makefile
10 lines
221 B
Makefile
|
testprogs = cleanup1
|
||
|
|
||
|
TESTS = $(testprogs)
|
||
|
|
||
|
check_PROGRAMS = $(testprogs)
|
||
|
|
||
|
# we have nothing but apps here, we can do this safely
|
||
|
cleanup1_LDADD = $(GST_LIBS)
|
||
|
cleanup1_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS) $(GLIB_CFLAGS)
|