projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added a thread test case.
[platform/upstream/gstreamer.git]
/
testsuite
/
threads
/
Makefile.am
1
testprogs = thread
2
3
TESTS = $(testprogs)
4
5
check_PROGRAMS = $(testprogs)
6
7
# we have nothing but apps here, we can do this safely
8
thread_LDADD = $(GST_LIBS)
9
thread_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)