aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-26 08:34:44 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-26 08:34:44 +0000
commitb20ac6c740664563a986cc03c666e6649b1a4f7c (patch)
treea20879b8e00ced6b4fe458848ec5d4c3f857a7b1 /src/hostlist/Makefile.am
parent099b07c900348fb07e2c9cde024150d900622792 (diff)
downloadgnunet-b20ac6c740664563a986cc03c666e6649b1a4f7c.tar.gz
gnunet-b20ac6c740664563a986cc03c666e6649b1a4f7c.zip
no need to link against libgnunetarm
Diffstat (limited to 'src/hostlist/Makefile.am')
-rw-r--r--src/hostlist/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 16161a635..15510807c 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -45,14 +45,12 @@ test_gnunet_daemon_hostlist_SOURCES = \
45 test_gnunet_daemon_hostlist.c 45 test_gnunet_daemon_hostlist.c
46test_gnunet_daemon_hostlist_LDADD = \ 46test_gnunet_daemon_hostlist_LDADD = \
47 $(top_builddir)/src/transport/libgnunettransport.la \ 47 $(top_builddir)/src/transport/libgnunettransport.la \
48 $(top_builddir)/src/arm/libgnunetarm.la \
49 $(top_builddir)/src/util/libgnunetutil.la 48 $(top_builddir)/src/util/libgnunetutil.la
50 49
51test_gnunet_daemon_hostlist_learning_SOURCES = \ 50test_gnunet_daemon_hostlist_learning_SOURCES = \
52 test_gnunet_daemon_hostlist_learning.c 51 test_gnunet_daemon_hostlist_learning.c
53test_gnunet_daemon_hostlist_learning_LDADD = \ 52test_gnunet_daemon_hostlist_learning_LDADD = \
54 $(top_builddir)/src/transport/libgnunettransport.la \ 53 $(top_builddir)/src/transport/libgnunettransport.la \
55 $(top_builddir)/src/arm/libgnunetarm.la \
56 $(top_builddir)/src/core/libgnunetcore.la \ 54 $(top_builddir)/src/core/libgnunetcore.la \
57 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 55 $(top_builddir)/src/statistics/libgnunetstatistics.la \
58 $(top_builddir)/src/util/libgnunetutil.la 56 $(top_builddir)/src/util/libgnunetutil.la