aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-09-07 14:23:23 +0000
committerChristian Grothoff <christian@grothoff.org>2009-09-07 14:23:23 +0000
commitd22616e71b8ef07254ae09c37ff4f75c446d8213 (patch)
tree43f2f7dd87bae7ec91aa02a3b6961da89f2595f8 /src/hostlist/Makefile.am
parent5e4793e0340de50f4e0b71ab72587bc0c9025070 (diff)
downloadgnunet-d22616e71b8ef07254ae09c37ff4f75c446d8213.tar.gz
gnunet-d22616e71b8ef07254ae09c37ff4f75c446d8213.zip
disable
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