aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-06 12:02:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-06 12:02:42 +0000
commit9df1b22701df956d83e267f8dc3038e158ef9f08 (patch)
tree47b42a924d5d6f0a1f60bff9ab75dc63e1e64f63 /src/hostlist
parentcf5339b80c7b2984aa18ff4908173c83efeef6a1 (diff)
downloadgnunet-9df1b22701df956d83e267f8dc3038e158ef9f08.tar.gz
gnunet-9df1b22701df956d83e267f8dc3038e158ef9f08.zip
fix 1683
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index ec525e2fa..560d81900 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -25,7 +25,7 @@ gnunet_daemon_hostlist_LDADD = \
25 $(top_builddir)/src/transport/libgnunettransport.la \ 25 $(top_builddir)/src/transport/libgnunettransport.la \
26 $(top_builddir)/src/util/libgnunetutil.la \ 26 $(top_builddir)/src/util/libgnunetutil.la \
27 $(GN_LIBMHD) \ 27 $(GN_LIBMHD) \
28 @LIBCURL@ -lcurl \ 28 @LIBCURL@ \
29 $(GN_LIBINTL) 29 $(GN_LIBINTL)
30 30
31gnunet_daemon_hostlist_CPPFLAGS = \ 31gnunet_daemon_hostlist_CPPFLAGS = \