aboutsummaryrefslogtreecommitdiff
path: root/src/fs/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-03-21 11:40:20 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-03-21 11:40:20 +0000
commit737977b98db3d99f268ef47f0b3895d69831d53b (patch)
tree65796bdf9aa9258d66fe5540b2422f65693d9d4e /src/fs/Makefile.am
parentb27b2bf400b357af5eaf48b06e0f4c6f51ad0ecf (diff)
downloadgnunet-737977b98db3d99f268ef47f0b3895d69831d53b.tar.gz
gnunet-737977b98db3d99f268ef47f0b3895d69831d53b.zip
-lgcrypt fails if gcrypt is not in lib search path: use variable to link libcrypt
Diffstat (limited to 'src/fs/Makefile.am')
-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 5ff341e1e..894c3babf 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -50,7 +50,7 @@ libgnunetfs_la_SOURCES = \
50libgnunetfs_la_LIBADD = \ 50libgnunetfs_la_LIBADD = \
51 $(top_builddir)/src/datastore/libgnunetdatastore.la \ 51 $(top_builddir)/src/datastore/libgnunetdatastore.la \
52 $(top_builddir)/src/util/libgnunetutil.la \ 52 $(top_builddir)/src/util/libgnunetutil.la \
53 $(GN_LIBINTL) $(XLIB) -lunistring -lextractor -lgcrypt 53 $(GN_LIBINTL) $(XLIB) $(LIBGCRYPT_LIBS) -lunistring -lextractor
54 54
55libgnunetfs_la_LDFLAGS = \ 55libgnunetfs_la_LDFLAGS = \
56 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 56 $(GN_LIB_LDFLAGS) $(WINFLAGS) \