-bump name to 97
[oweals/gnunet.git] / src / mesh / Makefile.am
index 8e6ea38d4ddebbbd8ad6d66c8473fe6ae5a18104..c8c09545fcd64c9614482ba4c407ca6da5169b79 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/src/include
+AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
   WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols
@@ -20,7 +20,10 @@ plugindir = $(libdir)/gnunet
 
 AM_CLFAGS = -g
 
-EXP_LIBEXEC = 
+EXP_LIB = \
+ libgnunetmeshenc.la
+
+#EXP_LIBEXEC = \
 # gnunet-service-mesh-enc
 
 libexec_PROGRAMS = \
@@ -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 = \
@@ -88,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)
@@ -109,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 = \
@@ -117,9 +138,9 @@ libgnunetmeshtest_a_SOURCES = \
 libgnunetmeshtest_a_LIBADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/testbed/libgnunettestbed.la \
- $(top_builddir)/src/mesh/libgnunetmesh.la
+ $(top_builddir)/src/mesh/libgnunetmeshenc.la
 libgnunetmeshtest_a_DEPENDENCIES = \
-  libgnunetmesh.la
+  libgnunetmeshenc.la
 
 if HAVE_TESTING
 check_PROGRAMS = \
@@ -140,11 +161,11 @@ ld_mesh_test_lib = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/testing/libgnunettesting.la \
   $(top_builddir)/src/mesh/libgnunetmeshtest.a \
-  $(top_builddir)/src/mesh/libgnunetmesh.la \
+  $(top_builddir)/src/mesh/libgnunetmeshenc.la \
   $(top_builddir)/src/testbed/libgnunettestbed.la
 
 dep_mesh_test_lib = \
-  libgnunetmesh.la \
+  libgnunetmeshenc.la \
   libgnunetmeshtest.a
 
 test_mesh_single_SOURCES = \