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.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 9a01b08da..ac1409961 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -32,7 +32,7 @@ gnunet_daemon_hostlist_CPPFLAGS = \
32check_PROGRAMS = \ 32check_PROGRAMS = \
33 test_gnunet_daemon_hostlist 33 test_gnunet_daemon_hostlist
34 34
35TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 35# TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
36 36
37test_gnunet_daemon_hostlist_SOURCES = \ 37test_gnunet_daemon_hostlist_SOURCES = \
38 test_gnunet_daemon_hostlist.c 38 test_gnunet_daemon_hostlist.c
@@ -42,6 +42,7 @@ test_gnunet_daemon_hostlist_LDADD = \
42 $(top_builddir)/src/util/libgnunetutil.la 42 $(top_builddir)/src/util/libgnunetutil.la
43 43
44EXTRA_DIST = \ 44EXTRA_DIST = \
45 test_gnunet_daemon_hostlist_data.conf \
45 test_gnunet_daemon_hostlist_data_peer1.conf \ 46 test_gnunet_daemon_hostlist_data_peer1.conf \
46 test_gnunet_daemon_hostlist_data_peer2.conf 47 test_gnunet_daemon_hostlist_data_peer2.conf
47 48