mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
f6d86c4a98
Original commit message from CVS: Added a thread test case.
9 lines
216 B
Makefile
9 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)
|