projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b04bbc
)
Drop stray reference to gthread.la
author
Colin Walters
<walters@verbum.org>
Wed, 27 Apr 2011 23:09:38 +0000
(19:09 -0400)
committer
Colin Walters
<walters@verbum.org>
Wed, 27 Apr 2011 23:09:38 +0000
(19:09 -0400)
We now build this test multithreaded in gthread/tests.
glib/tests/Makefile.am
patch
|
blob
|
history
diff --git
a/glib/tests/Makefile.am
b/glib/tests/Makefile.am
index
34cae64
..
4c80084
100644
(file)
--- a/
glib/tests/Makefile.am
+++ b/
glib/tests/Makefile.am
@@
-171,7
+171,7
@@
sort_LDADD = $(progs_ldadd)
if OS_UNIX
TEST_PROGS += unix
-unix_LDADD = $(progs_ldadd)
$(top_builddir)/gthread/libgthread-2.0.la
+unix_LDADD = $(progs_ldadd)
TEST_PROGS += unix-nothreads
unix_nothreads_SOURCES = unix.c