From: Bart Polot Date: Mon, 12 Aug 2013 11:53:23 +0000 (+0000) Subject: - add exerimental compilation of -enc X-Git-Tag: initial-import-from-subversion-38251~7923 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a1597ce8dcfa7be6fdb323ecdf21c351a818a16f;p=oweals%2Fgnunet.git - add exerimental compilation of -enc --- 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 = \