Browse Source

Revert "[master] Link -lpthread in libb10-threads target"

This reverts commit 8d321e3ea9f85227296cfac94a9ce79c7db70fdf.
Mukund Sivaraman 12 years ago
parent
commit
f559b99dcc
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/util/threads/Makefile.am

+ 1 - 2
src/lib/util/threads/Makefile.am

@@ -7,7 +7,6 @@ AM_CPPFLAGS += $(BOOST_INCLUDES) $(MULTITHREADING_FLAG)
 lib_LTLIBRARIES = libb10-threads.la
 libb10_threads_la_SOURCES  = lock.h lock.cc
 libb10_threads_la_SOURCES += thread.h thread.cc
-libb10_threads_la_LIBADD  = $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
-libb10_threads_la_LIBADD += $(PTHREAD_LDFLAGS)
+libb10_threads_la_LIBADD = $(top_builddir)/src/lib/exceptions/libb10-exceptions.la
 
 CLEANFILES = *.gcno *.gcda