aboutsummaryrefslogtreecommitdiff
path: root/src/topology/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-15 01:28:43 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-15 01:28:43 +0000
commit4d8a954dceadaced33de7d54470276e40ffd13e9 (patch)
tree946daed2a10abc484a0f224cb8149d8927a382dc /src/topology/Makefile.am
parent8bef8cb95d339e9c2e59f2b84744b233ba81a364 (diff)
downloadgnunet-4d8a954dceadaced33de7d54470276e40ffd13e9.tar.gz
gnunet-4d8a954dceadaced33de7d54470276e40ffd13e9.zip
implemented advertising
Diffstat (limited to 'src/topology/Makefile.am')
-rw-r--r--src/topology/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index 775db33e9..fad32ed79 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -13,6 +13,7 @@ gnunet_daemon_topology_SOURCES = \
13gnunet_daemon_topology_LDADD = \ 13gnunet_daemon_topology_LDADD = \
14 $(top_builddir)/src/core/libgnunetcore.la \ 14 $(top_builddir)/src/core/libgnunetcore.la \
15 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 15 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
16 $(top_builddir)/src/transport/libgnunettransport.la \
16 $(top_builddir)/src/util/libgnunetutil.la \ 17 $(top_builddir)/src/util/libgnunetutil.la \
17 $(GN_LIBINTL) 18 $(GN_LIBINTL)
18 19