aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-07 07:32:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-07 07:32:37 +0000
commit6207eae11f18c00b2f1fcf1eb8963d03d1b10b40 (patch)
treeab350f9d3be8b74edab2062520327ce859e803e5 /src/mesh/Makefile.am
parentbf3c0179736ca876b87abe997312ad2ece34221b (diff)
downloadgnunet-6207eae11f18c00b2f1fcf1eb8963d03d1b10b40.tar.gz
gnunet-6207eae11f18c00b2f1fcf1eb8963d03d1b10b40.zip
-fixing #2405
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 7161b40aa..4c5dbb5d9 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -50,7 +50,8 @@ libgnunetmesh_la_SOURCES = \
50 mesh_api.c mesh.h mesh_protocol.h 50 mesh_api.c mesh.h mesh_protocol.h
51libgnunetmesh_la_LIBADD = \ 51libgnunetmesh_la_LIBADD = \
52 $(top_builddir)/src/util/libgnunetutil.la \ 52 $(top_builddir)/src/util/libgnunetutil.la \
53 $(XLIB) 53 $(XLIB) \
54 $(LTLIBINTL)
54libgnunetmesh_la_LDFLAGS = \ 55libgnunetmesh_la_LDFLAGS = \
55 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 56 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
56 -version-info 1:0:0 57 -version-info 1:0:0