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.am13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index aeb05eec7..6ec2ba137 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -13,25 +13,12 @@ dist_pkgcfg_DATA = \
13 topology.conf 13 topology.conf
14 14
15 15
16lib_LTLIBRARIES = libgnunetfriends.la
17
18libgnunetfriends_la_SOURCES = \
19 friends.c
20libgnunetfriends_la_LIBADD = \
21 $(top_builddir)/src/util/libgnunetutil.la \
22 $(GN_LIBINTL) $(XLIB)
23libgnunetfriends_la_LDFLAGS = \
24 $(GN_LIB_LDFLAGS) \
25 -version-info 0:0:0
26
27
28libexec_PROGRAMS = \ 16libexec_PROGRAMS = \
29 gnunet-daemon-topology 17 gnunet-daemon-topology
30 18
31gnunet_daemon_topology_SOURCES = \ 19gnunet_daemon_topology_SOURCES = \
32 gnunet-daemon-topology.c 20 gnunet-daemon-topology.c
33gnunet_daemon_topology_LDADD = \ 21gnunet_daemon_topology_LDADD = \
34 libgnunetfriends.la \
35 $(top_builddir)/src/core/libgnunetcore.la \ 22 $(top_builddir)/src/core/libgnunetcore.la \
36 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 23 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
37 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 24 $(top_builddir)/src/statistics/libgnunetstatistics.la \