aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-16 15:56:55 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-16 15:56:55 +0000
commit78c6654d9807e45719d5de73bf42e664e40e7efa (patch)
tree72b1a81611b1b7f548b6e950ffee15b4b18bd4d4 /src/hostlist/Makefile.am
parentbb960e581aff44f7890440faccb3383d0e105ca4 (diff)
downloadgnunet-78c6654d9807e45719d5de73bf42e664e40e7efa.tar.gz
gnunet-78c6654d9807e45719d5de73bf42e664e40e7efa.zip
make dist related fixes
Diffstat (limited to 'src/hostlist/Makefile.am')
-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 e2b45c208..daffa72db 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -9,7 +9,7 @@ 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 gnunet-daemon-hostlist.h \
13 hostlist-client.c hostlist-client.h \ 13 hostlist-client.c hostlist-client.h \
14 hostlist-server.c hostlist-server.h 14 hostlist-server.c hostlist-server.h
15 15