gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24294 - gnunet/src/hostlist


From: gnunet
Subject: [GNUnet-SVN] r24294 - gnunet/src/hostlist
Date: Fri, 12 Oct 2012 17:08:40 +0200

Author: grothoff
Date: 2012-10-12 17:08:39 +0200 (Fri, 12 Oct 2012)
New Revision: 24294

Modified:
   gnunet/src/hostlist/Makefile.am
Log:
-only build hostlist if we have curl

Modified: gnunet/src/hostlist/Makefile.am
===================================================================
--- gnunet/src/hostlist/Makefile.am     2012-10-12 14:58:31 UTC (rev 24293)
+++ gnunet/src/hostlist/Makefile.am     2012-10-12 15:08:39 UTC (rev 24294)
@@ -14,8 +14,10 @@
  GN_LIBMHD = -lmicrohttpd
 endif
 
+if HAVE_LIBCURL
 bin_PROGRAMS = \
  gnunet-daemon-hostlist
+endif
 
 gnunet_daemon_hostlist_SOURCES = \
  gnunet-daemon-hostlist.c gnunet-daemon-hostlist.h \
@@ -36,6 +38,7 @@
 gnunet_daemon_hostlist_CPPFLAGS = \
  @LIBCURL_CPPFLAGS@ 
 
+if HAVE_LIBCURL
 check_PROGRAMS = \
  test_gnunet_daemon_hostlist \
  test_gnunet_daemon_hostlist_reconnect \
@@ -49,6 +52,7 @@
  test_gnunet_daemon_hostlist_learning
 endif
 endif
+endif
 
 test_gnunet_daemon_hostlist_SOURCES = \
  test_gnunet_daemon_hostlist.c




reply via email to

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