aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-03 08:41:00 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-03 08:41:00 +0000
commitaf4dff0ff8a129c05c75180446b691a0b2cd74c7 (patch)
treec3c02b821df02ea396e64a9b9a06ea9e9e85553b /src/hostlist/Makefile.am
parentd7cf4a2a573e31c21630c08b038c2c648e5d3785 (diff)
downloadgnunet-af4dff0ff8a129c05c75180446b691a0b2cd74c7.tar.gz
gnunet-af4dff0ff8a129c05c75180446b691a0b2cd74c7.zip
-doxygen, code cleanup
Diffstat (limited to 'src/hostlist/Makefile.am')
-rw-r--r--src/hostlist/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index e647169c0..d777cd658 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -12,7 +12,8 @@ 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 = \
16 gnunet-daemon-hostlist_server.c gnunet-daemon-hostlist_server.h
16 GN_LIBMHD = -lmicrohttpd 17 GN_LIBMHD = -lmicrohttpd
17endif 18endif
18 19
@@ -23,7 +24,7 @@ endif
23 24
24gnunet_daemon_hostlist_SOURCES = \ 25gnunet_daemon_hostlist_SOURCES = \
25 gnunet-daemon-hostlist.c gnunet-daemon-hostlist.h \ 26 gnunet-daemon-hostlist.c gnunet-daemon-hostlist.h \
26 hostlist-client.c hostlist-client.h \ 27 gnunet-daemon-hostlist_client.c gnunet-daemon-hostlist_client.h \
27 $(HOSTLIST_SERVER_SOURCES) 28 $(HOSTLIST_SERVER_SOURCES)
28 29
29gnunet_daemon_hostlist_LDADD = \ 30gnunet_daemon_hostlist_LDADD = \