-fix build error on platforms that require -lpthread
authorChristian Grothoff <christian@grothoff.org>
Mon, 16 Jan 2012 21:31:46 +0000 (21:31 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 16 Jan 2012 21:31:46 +0000 (21:31 +0000)
src/fs/Makefile.am

index 8e3013eb0ab357581efac3ee39b60a85c7749e59..c4dfec0cae9b2cef4e24d28386ae64eeef2aadb4 100644 (file)
@@ -43,7 +43,7 @@ libgnunetfs_la_SOURCES = \
 libgnunetfs_la_LIBADD = \
   $(top_builddir)/src/datastore/libgnunetdatastore.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  -lextractor \
+  -lextractor -lpthread \
   $(GN_LIBINTL) $(XLIB) -lunistring
 
 libgnunetfs_la_LDFLAGS = \