aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-04-18 22:29:05 +0000
committerBart Polot <bart@net.in.tum.de>2011-04-18 22:29:05 +0000
commita70c061da5313f7011a81f815f8266ff6ee30657 (patch)
treec3d5f3330c5c9e364969e38cf509578f98dc9f70 /src/mesh/Makefile.am
parentd8b16564cca78061941fbe996c836e73a4c84626 (diff)
downloadgnunet-a70c061da5313f7011a81f815f8266ff6ee30657.tar.gz
gnunet-a70c061da5313f7011a81f815f8266ff6ee30657.zip
WiP
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 26da9138c..4bb972f8c 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -30,5 +30,6 @@ gnunet_service_mesh_SOURCES = \
30 30
31gnunet_service_mesh_LDADD = \ 31gnunet_service_mesh_LDADD = \
32 $(top_builddir)/src/core/libgnunetcore.la\ 32 $(top_builddir)/src/core/libgnunetcore.la\
33 $(top_builddir)/src/dht/libgnunetdht.la \
33 $(top_builddir)/src/util/libgnunetutil.la 34 $(top_builddir)/src/util/libgnunetutil.la
34 35