summaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
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