From a1597ce8dcfa7be6fdb323ecdf21c351a818a16f Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 12 Aug 2013 11:53:23 +0000 Subject: [PATCH] - add exerimental compilation of -enc --- src/mesh/Makefile.am | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index 8e6ea38d4..c3d478138 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -20,8 +20,11 @@ plugindir = $(libdir)/gnunet AM_CLFAGS = -g -EXP_LIBEXEC = -# gnunet-service-mesh-enc +EXP_LIB = \ + libgnunetmeshenc.la + +EXP_LIBEXEC = \ + gnunet-service-mesh-enc libexec_PROGRAMS = \ gnunet-service-mesh $(EXP_LIBEXEC) @@ -57,6 +60,18 @@ libgnunetmesh_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ -version-info 3:0:0 + +libgnunetmeshenc_la_SOURCES = \ + mesh_api_enc.c mesh_common.c +libgnunetmeshenc_la_LIBADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ + $(XLIB) \ + $(LTLIBINTL) +libgnunetmeshenc_la_LDFLAGS = \ + $(GN_LIB_LDFLAGS) $(WINFLAGS) \ + -version-info 1:0:0 + + gnunet_mesh_SOURCES = \ gnunet-mesh.c gnunet_mesh_LDADD = \ -- 2.25.1