aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-06 07:09:03 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-06 07:09:03 +0000
commit12a6bc01dc65867705734f71539c5f5597d5eec7 (patch)
treeb930c3fa9d36c4881a3dcda5b471825c12b3ff59 /src/mesh/Makefile.am
parentd99bd9118c9e6328f4a476457d3f86e7b8cd11b0 (diff)
downloadgnunet-12a6bc01dc65867705734f71539c5f5597d5eec7.tar.gz
gnunet-12a6bc01dc65867705734f71539c5f5597d5eec7.zip
lnk
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 81b127883..26da9138c 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -29,6 +29,6 @@ gnunet_service_mesh_SOURCES = \
29 gnunet-service-mesh.c 29 gnunet-service-mesh.c
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/transport/libgnunettransport.la \ 33 $(top_builddir)/src/util/libgnunetutil.la
34# $(top_builddir)/src/util/libgnunetutil.la 34