aboutsummaryrefslogtreecommitdiff
path: root/src/topology/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/Makefile.am')
-rw-r--r--src/topology/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index 620d51d9a..7f5ad1893 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -20,9 +20,9 @@ gnunet_daemon_topology_SOURCES = \
20 gnunet-daemon-topology.c 20 gnunet-daemon-topology.c
21gnunet_daemon_topology_LDADD = \ 21gnunet_daemon_topology_LDADD = \
22 $(top_builddir)/src/service/core/libgnunetcore.la \ 22 $(top_builddir)/src/service/core/libgnunetcore.la \
23 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 23 $(top_builddir)/src/service/peerstore/libgnunetpeerstore.la \
24 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 24 $(top_builddir)/src/service/statistics/libgnunetstatistics.la \
25 $(top_builddir)/src/transport/libgnunettransportapplication.la \ 25 $(top_builddir)/src/service/transport/libgnunettransportapplication.la \
26 $(top_builddir)/src/lib/hello/libgnunethello.la \ 26 $(top_builddir)/src/lib/hello/libgnunethello.la \
27 $(top_builddir)/src/lib/util/libgnunetutil.la \ 27 $(top_builddir)/src/lib/util/libgnunetutil.la \
28 $(GN_LIBINTL) 28 $(GN_LIBINTL)
@@ -40,7 +40,7 @@ test_gnunet_daemon_topology_SOURCES = \
40 test_gnunet_daemon_topology.c 40 test_gnunet_daemon_topology.c
41test_gnunet_daemon_topology_LDADD = \ 41test_gnunet_daemon_topology_LDADD = \
42 $(top_builddir)/src/testbed/libgnunettestbed.la \ 42 $(top_builddir)/src/testbed/libgnunettestbed.la \
43 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 43 $(top_builddir)/src/service/statistics/libgnunetstatistics.la \
44 $(top_builddir)/src/lib/util/libgnunetutil.la 44 $(top_builddir)/src/lib/util/libgnunetutil.la
45 45
46EXTRA_DIST = \ 46EXTRA_DIST = \