aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-04-07 15:37:44 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-04-07 15:37:44 +0000
commit8b710dea26a6eb0dbbca64c0bfd8102dafc3e626 (patch)
tree1c3e1dbb22a0d30618f912e734dc7528d0ed1c3b /src/hostlist/Makefile.am
parent881fbb517fdb8aed1c39620efa4a5c86d4c4eeb1 (diff)
downloadgnunet-8b710dea26a6eb0dbbca64c0bfd8102dafc3e626.tar.gz
gnunet-8b710dea26a6eb0dbbca64c0bfd8102dafc3e626.zip
Diffstat (limited to 'src/hostlist/Makefile.am')
-rw-r--r--src/hostlist/Makefile.am17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index c70dbf5c3..18a17d86b 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -28,7 +28,9 @@ gnunet_daemon_hostlist_CPPFLAGS = \
28 @LIBCURL_CPPFLAGS@ 28 @LIBCURL_CPPFLAGS@
29 29
30check_PROGRAMS = \ 30check_PROGRAMS = \
31 test_gnunet_daemon_hostlist 31 test_gnunet_daemon_hostlist \
32 test_gnunet_daemon_hostlist_learning
33
32 34
33TESTS = $(check_PROGRAMS) 35TESTS = $(check_PROGRAMS)
34 36
@@ -39,8 +41,19 @@ test_gnunet_daemon_hostlist_LDADD = \
39 $(top_builddir)/src/arm/libgnunetarm.la \ 41 $(top_builddir)/src/arm/libgnunetarm.la \
40 $(top_builddir)/src/util/libgnunetutil.la 42 $(top_builddir)/src/util/libgnunetutil.la
41 43
44test_gnunet_daemon_hostlist_learning_SOURCES = \
45 test_gnunet_daemon_hostlist_learning.c
46test_gnunet_daemon_hostlist_learning_LDADD = \
47 $(top_builddir)/src/transport/libgnunettransport.la \
48 $(top_builddir)/src/arm/libgnunetarm.la \
49 $(top_builddir)/src/util/libgnunetutil.la
50
42EXTRA_DIST = \ 51EXTRA_DIST = \
43 test_gnunet_daemon_hostlist_data.conf \ 52 test_gnunet_daemon_hostlist_data.conf \
44 test_gnunet_daemon_hostlist_data_peer1.conf \ 53 test_gnunet_daemon_hostlist_data_peer1.conf \
45 test_gnunet_daemon_hostlist_data_peer2.conf 54 test_gnunet_daemon_hostlist_data_peer2.conf \
55 learning_data.conf \
56 learning_data_peer1.conf \
57 learning_data_peer2.conf
58
46 59