gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32708 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r32708 - gnunet/src/fs
Date: Fri, 21 Mar 2014 12:40:20 +0100

Author: wachs
Date: 2014-03-21 12:40:20 +0100 (Fri, 21 Mar 2014)
New Revision: 32708

Modified:
   gnunet/src/fs/Makefile.am
Log:
-lgcrypt fails if gcrypt is not in lib search path: use variable to link 
libcrypt


Modified: gnunet/src/fs/Makefile.am
===================================================================
--- gnunet/src/fs/Makefile.am   2014-03-20 20:06:51 UTC (rev 32707)
+++ gnunet/src/fs/Makefile.am   2014-03-21 11:40:20 UTC (rev 32708)
@@ -50,7 +50,7 @@
 libgnunetfs_la_LIBADD = \
   $(top_builddir)/src/datastore/libgnunetdatastore.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  $(GN_LIBINTL) $(XLIB) -lunistring -lextractor -lgcrypt
+  $(GN_LIBINTL) $(XLIB) $(LIBGCRYPT_LIBS) -lunistring -lextractor
 
 libgnunetfs_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)  $(WINFLAGS) \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]