aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-25 21:21:31 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-25 21:21:31 +0000
commit8aa363b11a33f79667699ab563d2bdbcb193e314 (patch)
tree8228c2d7f1aac2446587ba0485014269e27a2633 /src/hostlist/Makefile.am
parent85b502cf01747eff2acaaa0bdea79321c4c28614 (diff)
downloadgnunet-8aa363b11a33f79667699ab563d2bdbcb193e314.tar.gz
gnunet-8aa363b11a33f79667699ab563d2bdbcb193e314.zip
fix compile errors
Diffstat (limited to 'src/hostlist/Makefile.am')
-rw-r--r--src/hostlist/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 0ff4c4d3d..9a01b08da 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -37,6 +37,7 @@ TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
37test_gnunet_daemon_hostlist_SOURCES = \ 37test_gnunet_daemon_hostlist_SOURCES = \
38 test_gnunet_daemon_hostlist.c 38 test_gnunet_daemon_hostlist.c
39test_gnunet_daemon_hostlist_LDADD = \ 39test_gnunet_daemon_hostlist_LDADD = \
40 $(top_builddir)/src/transport/libgnunettransport.la \
40 $(top_builddir)/src/arm/libgnunetarm.la \ 41 $(top_builddir)/src/arm/libgnunetarm.la \
41 $(top_builddir)/src/util/libgnunetutil.la 42 $(top_builddir)/src/util/libgnunetutil.la
42 43