aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-16 21:31:46 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-16 21:31:46 +0000
commit4ed911cbd1b61b23225cd9d2fb3ab3b392729965 (patch)
treee8764c7094e63c84ae1429e8e0e3eab4622dadf5 /src
parentf23b3b053cd53b0af73dc02d5986581d9750a02e (diff)
downloadgnunet-4ed911cbd1b61b23225cd9d2fb3ab3b392729965.tar.gz
gnunet-4ed911cbd1b61b23225cd9d2fb3ab3b392729965.zip
-fix build error on platforms that require -lpthread
Diffstat (limited to 'src')
-rw-r--r--src/fs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 = \
43libgnunetfs_la_LIBADD = \ 43libgnunetfs_la_LIBADD = \
44 $(top_builddir)/src/datastore/libgnunetdatastore.la \ 44 $(top_builddir)/src/datastore/libgnunetdatastore.la \
45 $(top_builddir)/src/util/libgnunetutil.la \ 45 $(top_builddir)/src/util/libgnunetutil.la \
46 -lextractor \ 46 -lextractor -lpthread \
47 $(GN_LIBINTL) $(XLIB) -lunistring 47 $(GN_LIBINTL) $(XLIB) -lunistring
48 48
49libgnunetfs_la_LDFLAGS = \ 49libgnunetfs_la_LDFLAGS = \