aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Tölke <toelke@in.tum.de>2011-01-11 23:42:47 +0000
committerPhilipp Tölke <toelke@in.tum.de>2011-01-11 23:42:47 +0000
commit0b89d46023ffdaa5d724163cbfb98191a7c5147f (patch)
tree8b6e9e02ec585ad4c6940d97a0c541614b75d5ca /src/mesh/Makefile.am
parentbe11962997493fb0cee7a8480d6c90da016f6b7d (diff)
downloadgnunet-0b89d46023ffdaa5d724163cbfb98191a7c5147f.tar.gz
gnunet-0b89d46023ffdaa5d724163cbfb98191a7c5147f.zip
dependency
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 b7b248f39..d731db8ad 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -17,6 +17,7 @@ libgnunetmesh_la_SOURCES = \
17 mesh_api.c 17 mesh_api.c
18libgnunetmesh_la_LIBADD = \ 18libgnunetmesh_la_LIBADD = \
19 $(top_builddir)/src/util/libgnunetutil.la \ 19 $(top_builddir)/src/util/libgnunetutil.la \
20 $(top_builddir)/src/core/libgnunetcore.la \
20 $(GN_LIBINTL) $(XLIB) 21 $(GN_LIBINTL) $(XLIB)
21libgnunetmesh_la_LDFLAGS = \ 22libgnunetmesh_la_LDFLAGS = \
22 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 23 $(GN_LIB_LDFLAGS) $(WINFLAGS) \