diff options
Diffstat (limited to 'gcell/lib/Makefile.am')
-rw-r--r-- | gcell/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcell/lib/Makefile.am b/gcell/lib/Makefile.am index e7b349331..fa9c4a003 100644 --- a/gcell/lib/Makefile.am +++ b/gcell/lib/Makefile.am @@ -36,7 +36,7 @@ libgcell_la_LIBADD = \ runtime/libruntime.la \ wrapper/libwrapper.la \ -lspe2 \ - $(OMNITHREAD_LA) + $(BOOST_LDFLAGS) $(BOOST_THREAD_LIB) libgcell_qa_la_LIBADD = \ runtime/libruntime-qa.la \ |