- add exerimental compilation of -enc
authorBart Polot <bart@net.in.tum.de>
Mon, 12 Aug 2013 11:53:23 +0000 (11:53 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 12 Aug 2013 11:53:23 +0000 (11:53 +0000)
src/mesh/Makefile.am

index 8e6ea38d4ddebbbd8ad6d66c8473fe6ae5a18104..c3d4781385b9c2c359f8f54eac4d38fe36dda0c5 100644 (file)
@@ -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 = \