aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
diff options
context:
space:
mode:
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