aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hostlist/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index f764f2fbe..1df537276 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -14,8 +14,10 @@ if HAVE_MHD
14 GN_LIBMHD = -lmicrohttpd 14 GN_LIBMHD = -lmicrohttpd
15endif 15endif
16 16
17if HAVE_LIBCURL
17bin_PROGRAMS = \ 18bin_PROGRAMS = \
18 gnunet-daemon-hostlist 19 gnunet-daemon-hostlist
20endif
19 21
20gnunet_daemon_hostlist_SOURCES = \ 22gnunet_daemon_hostlist_SOURCES = \
21 gnunet-daemon-hostlist.c gnunet-daemon-hostlist.h \ 23 gnunet-daemon-hostlist.c gnunet-daemon-hostlist.h \
@@ -36,6 +38,7 @@ gnunet_daemon_hostlist_LDADD = \
36gnunet_daemon_hostlist_CPPFLAGS = \ 38gnunet_daemon_hostlist_CPPFLAGS = \
37 @LIBCURL_CPPFLAGS@ 39 @LIBCURL_CPPFLAGS@
38 40
41if HAVE_LIBCURL
39check_PROGRAMS = \ 42check_PROGRAMS = \
40 test_gnunet_daemon_hostlist \ 43 test_gnunet_daemon_hostlist \
41 test_gnunet_daemon_hostlist_reconnect \ 44 test_gnunet_daemon_hostlist_reconnect \
@@ -49,6 +52,7 @@ TESTS = \
49 test_gnunet_daemon_hostlist_learning 52 test_gnunet_daemon_hostlist_learning
50endif 53endif
51endif 54endif
55endif
52 56
53test_gnunet_daemon_hostlist_SOURCES = \ 57test_gnunet_daemon_hostlist_SOURCES = \
54 test_gnunet_daemon_hostlist.c 58 test_gnunet_daemon_hostlist.c