mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56:16 +01:00
Drop stray reference to gthread.la
We now build this test multithreaded in gthread/tests.
This commit is contained in:
parent
7b04bbc8e0
commit
a1fbe7ae84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user