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.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index 6ec2ba137..c8086b74d 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -23,8 +23,8 @@ gnunet_daemon_topology_LDADD = \
23 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 23 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
24 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 24 $(top_builddir)/src/statistics/libgnunetstatistics.la \
25 $(top_builddir)/src/transport/libgnunettransportapplication.la \ 25 $(top_builddir)/src/transport/libgnunettransportapplication.la \
26 $(top_builddir)/src/hello/libgnunethello.la \ 26 $(top_builddir)/src/lib/hello/libgnunethello.la \
27 $(top_builddir)/src/util/libgnunetutil.la \ 27 $(top_builddir)/src/lib/util/libgnunetutil.la \
28 $(GN_LIBINTL) 28 $(GN_LIBINTL)
29 29
30 30
@@ -41,7 +41,7 @@ test_gnunet_daemon_topology_SOURCES = \
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/statistics/libgnunetstatistics.la \
44 $(top_builddir)/src/util/libgnunetutil.la 44 $(top_builddir)/src/lib/util/libgnunetutil.la
45 45
46EXTRA_DIST = \ 46EXTRA_DIST = \
47 test_gnunet_daemon_topology_data.conf 47 test_gnunet_daemon_topology_data.conf