aboutsummaryrefslogtreecommitdiff
path: root/src/topology/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-02-24 11:45:08 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-02-24 11:45:08 +0000
commit6d321b9b0df89d4f7918091c11eaeeaf9d55c405 (patch)
treeb40f9f5e2df27b2fc1980a41581d6a1415ae1927 /src/topology/Makefile.am
parentda4c63c9b34896642d9487b0b5a4ee2b1da76dae (diff)
downloadgnunet-6d321b9b0df89d4f7918091c11eaeeaf9d55c405.tar.gz
gnunet-6d321b9b0df89d4f7918091c11eaeeaf9d55c405.zip
fix build
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 00038a236..2fc8e50ee 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -15,6 +15,7 @@ gnunet_daemon_topology_LDADD = \
15 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 15 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
16 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 16 $(top_builddir)/src/statistics/libgnunetstatistics.la \
17 $(top_builddir)/src/transport/libgnunettransport.la \ 17 $(top_builddir)/src/transport/libgnunettransport.la \
18 $(top_builddir)/src/hello/libgnunethello.la \
18 $(top_builddir)/src/util/libgnunetutil.la \ 19 $(top_builddir)/src/util/libgnunetutil.la \
19 $(GN_LIBINTL) 20 $(GN_LIBINTL)
20 21