- debug
[oweals/gnunet.git] / src / mesh / Makefile.am
index 50d617caffc79802c3af5c3d6a45fe3aee9a97ff..3c71f47927ca5bdb88ca8013cb3b316fad03eccc 100644 (file)
@@ -20,11 +20,11 @@ plugindir = $(libdir)/gnunet
 
 AM_CLFAGS = -g
 
-#EXP_LIB = \
-# libgnunetmeshenc.la
+EXP_LIB = \
+ libgnunetmeshenc.la
 
-#EXP_LIBEXEC = \
-# gnunet-service-mesh-enc
+EXP_LIBEXEC = \
+ gnunet-service-mesh-enc
 
 libexec_PROGRAMS = \
  gnunet-service-mesh $(EXP_LIBEXEC)
@@ -102,9 +102,15 @@ if LINUX
 endif
 
 gnunet_service_mesh_enc_SOURCES = \
- gnunet-service-mesh-enc.c \
+ gnunet-service-mesh_tunnel.c \
+ gnunet-service-mesh_connection.c \
+ gnunet-service-mesh_channel.c \
+ gnunet-service-mesh_local.c \
+ gnunet-service-mesh_peer.c \
+ gnunet-service-mesh_dht.c \
  mesh_path.c \
- mesh_common.c
+ mesh_common.c \
+ gnunet-service-mesh-enc.c
 gnunet_service_mesh_enc_CFLAGS = $(AM_CFLAGS)
 gnunet_service_mesh_enc_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
@@ -124,7 +130,7 @@ endif
 
 
 if HAVE_TESTING
-noinst_LIBRARIES = libgnunetmeshtest.a $(noinst_LIB_EXP)
+ noinst_LIBRARIES = libgnunetmeshtest.a $(noinst_LIB_EXP)
 endif
 
 libgnunetmeshtest_a_SOURCES = \