-bump name to 97
[oweals/gnunet.git] / src / mesh / Makefile.am
index 50d617caffc79802c3af5c3d6a45fe3aee9a97ff..c8c09545fcd64c9614482ba4c407ca6da5169b79 100644 (file)
@@ -20,8 +20,8 @@ plugindir = $(libdir)/gnunet
 
 AM_CLFAGS = -g
 
-#EXP_LIB = \
-# libgnunetmeshenc.la
+EXP_LIB = \
+ libgnunetmeshenc.la
 
 #EXP_LIBEXEC = \
 # gnunet-service-mesh-enc
@@ -103,6 +103,12 @@ endif
 
 gnunet_service_mesh_enc_SOURCES = \
  gnunet-service-mesh-enc.c \
+ gnunet-service-mesh_tunnel.c \
+ gnunet-service-mesh_channel.c \
+ gnunet-service-mesh_connection.c \
+ gnunet-service-mesh_peer.c \
+ gnunet-service-mesh_dht.c \
+ gnunet-service-mesh_local.c \
  mesh_path.c \
  mesh_common.c
 gnunet_service_mesh_enc_CFLAGS = $(AM_CFLAGS)
@@ -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 = \