aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-13 05:44:21 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-13 05:44:21 +0000
commita2355334e0a5116144f2588ddf1e37f596c520bd (patch)
treeade2f6d60a9aadc53e5731d7cca68c7f67901940 /src/hostlist/Makefile.am
parent73cd82b1494c8390c41e7b5afda96b250fd448fa (diff)
downloadgnunet-a2355334e0a5116144f2588ddf1e37f596c520bd.tar.gz
gnunet-a2355334e0a5116144f2588ddf1e37f596c520bd.zip
client part
Diffstat (limited to 'src/hostlist/Makefile.am')
-rw-r--r--src/hostlist/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 565cb2e9a..efa4d6962 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -9,14 +9,15 @@ bin_PROGRAMS = \
9 gnunet-daemon-hostlist 9 gnunet-daemon-hostlist
10 10
11gnunet_daemon_hostlist_SOURCES = \ 11gnunet_daemon_hostlist_SOURCES = \
12 gnunet-daemon-hostlist.c 12 gnunet-daemon-hostlist.c \
13# 13 hostlist-client.c hostlist-client.h
14# hostlist-server.c hostlist-server.h 14# hostlist-server.c hostlist-server.h
15# hostlist-client.c hostlist-client.h 15
16gnunet_daemon_hostlist_LDADD = \ 16gnunet_daemon_hostlist_LDADD = \
17 $(top_builddir)/src/core/libgnunetcore.la \ 17 $(top_builddir)/src/core/libgnunetcore.la \
18 $(top_builddir)/src/hello/libgnunethello.la \ 18 $(top_builddir)/src/hello/libgnunethello.la \
19 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 19 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
20 $(top_builddir)/src/statistics/libgnunetstatistics.la \
20 $(top_builddir)/src/transport/libgnunettransport.la \ 21 $(top_builddir)/src/transport/libgnunettransport.la \
21 $(top_builddir)/src/util/libgnunetutil.la \ 22 $(top_builddir)/src/util/libgnunetutil.la \
22 -lmicrohttpd \ 23 -lmicrohttpd \