From: Christian Grothoff Date: Mon, 16 Jan 2012 21:31:46 +0000 (+0000) Subject: -fix build error on platforms that require -lpthread X-Git-Tag: initial-import-from-subversion-38251~15277 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ed911cbd1b61b23225cd9d2fb3ab3b392729965;p=oweals%2Fgnunet.git -fix build error on platforms that require -lpthread --- diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 8e3013eb0..c4dfec0ca 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -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 = \