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.am16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index d02215fa6..16161a635 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -33,14 +33,12 @@ gnunet_daemon_hostlist_CPPFLAGS = \
33 33
34check_PROGRAMS = \ 34check_PROGRAMS = \
35 test_gnunet_daemon_hostlist \ 35 test_gnunet_daemon_hostlist \
36 test_gnunet_hostlist \
37 test_gnunet_daemon_hostlist_learning 36 test_gnunet_daemon_hostlist_learning
38 37
39if HAVE_MHD 38if HAVE_MHD
40TESTS = \ 39TESTS = \
41 test_gnunet_daemon_hostlist \ 40 test_gnunet_daemon_hostlist \
42 test_gnunet_daemon_hostlist_learning \ 41 test_gnunet_daemon_hostlist_learning
43 test_gnunet_hostlist
44endif 42endif
45 43
46test_gnunet_daemon_hostlist_SOURCES = \ 44test_gnunet_daemon_hostlist_SOURCES = \
@@ -50,15 +48,6 @@ test_gnunet_daemon_hostlist_LDADD = \
50 $(top_builddir)/src/arm/libgnunetarm.la \ 48 $(top_builddir)/src/arm/libgnunetarm.la \
51 $(top_builddir)/src/util/libgnunetutil.la 49 $(top_builddir)/src/util/libgnunetutil.la
52 50
53test_gnunet_hostlist_SOURCES = \
54 test_gnunet_hostlist.c
55test_gnunet_hostlist_LDADD = \
56 $(top_builddir)/src/transport/libgnunettransport.la \
57 $(top_builddir)/src/arm/libgnunetarm.la \
58 $(top_builddir)/src/core/libgnunetcore.la \
59 $(top_builddir)/src/statistics/libgnunetstatistics.la \
60 $(top_builddir)/src/util/libgnunetutil.la
61
62test_gnunet_daemon_hostlist_learning_SOURCES = \ 51test_gnunet_daemon_hostlist_learning_SOURCES = \
63 test_gnunet_daemon_hostlist_learning.c 52 test_gnunet_daemon_hostlist_learning.c
64test_gnunet_daemon_hostlist_learning_LDADD = \ 53test_gnunet_daemon_hostlist_learning_LDADD = \
@@ -74,5 +63,4 @@ EXTRA_DIST = \
74 test_gnunet_daemon_hostlist_peer2.conf \ 63 test_gnunet_daemon_hostlist_peer2.conf \
75 learning_data.conf \ 64 learning_data.conf \
76 learning_peer1.conf \ 65 learning_peer1.conf \
77 learning_peer2.conf 66 learning_peer2.conf \ No newline at end of file
78