aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/Makefile.am')
-rw-r--r--src/hostlist/Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 17f0bdfa0..a8621a2b0 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -13,7 +13,8 @@ endif
13if HAVE_MHD 13if HAVE_MHD
14 HOSTLIST_SERVER_SOURCES = \ 14 HOSTLIST_SERVER_SOURCES = \
15 gnunet-daemon-hostlist_server.c gnunet-daemon-hostlist_server.h 15 gnunet-daemon-hostlist_server.c gnunet-daemon-hostlist_server.h
16 GN_LIBMHD = -lmicrohttpd 16 GN_LIBMHD = $(MHD_LIBS)
17 GN_CPPMHD = $(MHD_CFLAGS)
17endif 18endif
18 19
19if HAVE_LIBGNURL 20if HAVE_LIBGNURL
@@ -50,9 +51,10 @@ gnunet_daemon_hostlist_LDADD = \
50 $(LIB_GNURL) \ 51 $(LIB_GNURL) \
51 $(GN_LIBINTL) 52 $(GN_LIBINTL)
52 53
53gnunet_daemon_hostlist_CPPFLAGS = \ 54gnunet_daemon_hostlist_CFLAGS = \
54 $(CPP_GNURL) \ 55 $(GN_CPPMHD) \
55 $(AM_CPPFLAGS) 56 $(CPP_GNURL) \
57 $(AM_CFLAGS)
56 58
57if HAVE_LIBGNURL 59if HAVE_LIBGNURL
58check_PROGRAMS = \ 60check_PROGRAMS = \