mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
10 lines
216 B
Makefile
10 lines
216 B
Makefile
|
testprogs = thread
|
||
|
|
||
|
TESTS = $(testprogs)
|
||
|
|
||
|
check_PROGRAMS = $(testprogs)
|
||
|
|
||
|
# we have nothing but apps here, we can do this safely
|
||
|
thread_LDADD = $(GST_LIBS)
|
||
|
thread_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
|