From 6769495a5be50484b8746830459b3b347dcb4c14 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 3 Oct 2013 22:19:05 +0000 Subject: [PATCH] -also build meshenc lib --- src/mesh/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index 50d617caf..53c398828 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -20,8 +20,8 @@ plugindir = $(libdir)/gnunet AM_CLFAGS = -g -#EXP_LIB = \ -# libgnunetmeshenc.la +EXP_LIB = \ + libgnunetmeshenc.la #EXP_LIBEXEC = \ # gnunet-service-mesh-enc @@ -124,7 +124,7 @@ endif if HAVE_TESTING -noinst_LIBRARIES = libgnunetmeshtest.a $(noinst_LIB_EXP) + noinst_LIBRARIES = libgnunetmeshtest.a $(noinst_LIB_EXP) endif libgnunetmeshtest_a_SOURCES = \ -- 2.25.1