aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-05 13:22:54 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-05 13:22:54 +0000
commit1e1ec14461361419b17e1933a3ac766b2e7ecec9 (patch)
tree0623f24cba7a929f542e158f2807d48216eaca7f /src/mesh/Makefile.am
parent505524f3cc4444bcd4c7b1982599962547298dfc (diff)
downloadgnunet-1e1ec14461361419b17e1933a3ac766b2e7ecec9.tar.gz
gnunet-1e1ec14461361419b17e1933a3ac766b2e7ecec9.zip
tell transport to connect, not core
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 3623a48ad..30bc332c7 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -22,6 +22,7 @@ libgnunetmesh_la_SOURCES = \
22 mesh_api.c mesh_protocol.h 22 mesh_api.c mesh_protocol.h
23libgnunetmesh_la_LIBADD = \ 23libgnunetmesh_la_LIBADD = \
24 $(top_builddir)/src/util/libgnunetutil.la \ 24 $(top_builddir)/src/util/libgnunetutil.la \
25 $(top_builddir)/src/transport/libgnunettransport.la \
25 $(top_builddir)/src/core/libgnunetcore.la \ 26 $(top_builddir)/src/core/libgnunetcore.la \
26 $(GN_LIBINTL) $(XLIB) 27 $(GN_LIBINTL) $(XLIB)
27libgnunetmesh_la_LDFLAGS = \ 28libgnunetmesh_la_LDFLAGS = \