aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 38c065cbf..c31f28c26 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -12,11 +12,11 @@ if USE_COVERAGE
12endif 12endif
13 13
14if HAVE_MHD 14if HAVE_MHD
15 HOSTLIST_SERVER_SOURCES = hostlist-server.c hostlist-server.h 15 HOSTLIST_SERVER_SOURCES = hostlist-server.c hostlist-server.h
16 GN_LIBMHD = -lmicrohttpd 16 GN_LIBMHD = -lmicrohttpd
17endif 17endif
18 18
19if HAVE_LIBCURL 19if HAVE_LIBGNURL
20libexec_PROGRAMS = \ 20libexec_PROGRAMS = \
21 gnunet-daemon-hostlist 21 gnunet-daemon-hostlist
22endif 22endif
@@ -34,13 +34,13 @@ gnunet_daemon_hostlist_LDADD = \
34 $(top_builddir)/src/transport/libgnunettransport.la \ 34 $(top_builddir)/src/transport/libgnunettransport.la \
35 $(top_builddir)/src/util/libgnunetutil.la \ 35 $(top_builddir)/src/util/libgnunetutil.la \
36 $(GN_LIBMHD) \ 36 $(GN_LIBMHD) \
37 @LIBCURL@ \ 37 @LIBGNURL@ \
38 $(GN_LIBINTL) 38 $(GN_LIBINTL)
39 39
40gnunet_daemon_hostlist_CPPFLAGS = \ 40gnunet_daemon_hostlist_CPPFLAGS = \
41 @LIBCURL_CPPFLAGS@ $(AM_CPPFLAGS) 41 @LIBGNURL_CPPFLAGS@ $(AM_CPPFLAGS)
42 42
43if HAVE_LIBCURL 43if HAVE_LIBGNURL
44check_PROGRAMS = \ 44check_PROGRAMS = \
45 test_gnunet_daemon_hostlist \ 45 test_gnunet_daemon_hostlist \
46 test_gnunet_daemon_hostlist_reconnect \ 46 test_gnunet_daemon_hostlist_reconnect \
@@ -60,13 +60,13 @@ test_gnunet_daemon_hostlist_SOURCES = \
60 test_gnunet_daemon_hostlist.c 60 test_gnunet_daemon_hostlist.c
61test_gnunet_daemon_hostlist_LDADD = \ 61test_gnunet_daemon_hostlist_LDADD = \
62 $(top_builddir)/src/transport/libgnunettransport.la \ 62 $(top_builddir)/src/transport/libgnunettransport.la \
63 $(top_builddir)/src/util/libgnunetutil.la 63 $(top_builddir)/src/util/libgnunetutil.la
64 64
65test_gnunet_daemon_hostlist_reconnect_SOURCES = \ 65test_gnunet_daemon_hostlist_reconnect_SOURCES = \
66 test_gnunet_daemon_hostlist_reconnect.c 66 test_gnunet_daemon_hostlist_reconnect.c
67test_gnunet_daemon_hostlist_reconnect_LDADD = \ 67test_gnunet_daemon_hostlist_reconnect_LDADD = \
68 $(top_builddir)/src/transport/libgnunettransport.la \ 68 $(top_builddir)/src/transport/libgnunettransport.la \
69 $(top_builddir)/src/util/libgnunetutil.la 69 $(top_builddir)/src/util/libgnunetutil.la
70 70
71test_gnunet_daemon_hostlist_learning_SOURCES = \ 71test_gnunet_daemon_hostlist_learning_SOURCES = \
72 test_gnunet_daemon_hostlist_learning.c 72 test_gnunet_daemon_hostlist_learning.c
@@ -74,7 +74,7 @@ test_gnunet_daemon_hostlist_learning_LDADD = \
74 $(top_builddir)/src/transport/libgnunettransport.la \ 74 $(top_builddir)/src/transport/libgnunettransport.la \
75 $(top_builddir)/src/core/libgnunetcore.la \ 75 $(top_builddir)/src/core/libgnunetcore.la \
76 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 76 $(top_builddir)/src/statistics/libgnunetstatistics.la \
77 $(top_builddir)/src/util/libgnunetutil.la 77 $(top_builddir)/src/util/libgnunetutil.la
78 78
79EXTRA_DIST = \ 79EXTRA_DIST = \
80 test_hostlist_defaults.conf \ 80 test_hostlist_defaults.conf \