gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33109 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r33109 - gnunet/src/gns
Date: Fri, 18 Apr 2014 01:44:38 +0200

Author: amatus
Date: 2014-04-18 01:44:37 +0200 (Fri, 18 Apr 2014)
New Revision: 33109

Modified:
   gnunet/src/gns/Makefile.am
Log:
Use configured location of libgnurl.


Modified: gnunet/src/gns/Makefile.am
===================================================================
--- gnunet/src/gns/Makefile.am  2014-04-17 16:40:30 UTC (rev 33108)
+++ gnunet/src/gns/Makefile.am  2014-04-17 23:44:37 UTC (rev 33109)
@@ -140,7 +140,8 @@
 
 gnunet_gns_proxy_SOURCES = \
  gnunet-gns-proxy.c
-gnunet_gns_proxy_LDADD = -lmicrohttpd -lgnurl -lgnutls \
+gnunet_gns_proxy_CPPFLAGS = $(AM_CPPFLAGS) $(LIBGNURL_CPPFLAGS)
+gnunet_gns_proxy_LDADD = -lmicrohttpd $(LIBGNURL) -lgnutls \
   $(top_builddir)/src/gns/libgnunetgns.la \
   $(top_builddir)/src/identity/libgnunetidentity.la \
   $(top_builddir)/src/util/libgnunetutil.la \




reply via email to

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