aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-03 22:19:05 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-03 22:19:05 +0000
commit6769495a5be50484b8746830459b3b347dcb4c14 (patch)
tree040c97315a860201d2f90482b5f80d02a986b6a6 /src/mesh/Makefile.am
parentbda1d9aa89a49d147167966cd9c8bebaa51e2c0d (diff)
downloadgnunet-6769495a5be50484b8746830459b3b347dcb4c14.tar.gz
gnunet-6769495a5be50484b8746830459b3b347dcb4c14.zip
-also build meshenc lib
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am6
1 files 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
20 20
21AM_CLFAGS = -g 21AM_CLFAGS = -g
22 22
23#EXP_LIB = \ 23EXP_LIB = \
24# libgnunetmeshenc.la 24 libgnunetmeshenc.la
25 25
26#EXP_LIBEXEC = \ 26#EXP_LIBEXEC = \
27# gnunet-service-mesh-enc 27# gnunet-service-mesh-enc
@@ -124,7 +124,7 @@ endif
124 124
125 125
126if HAVE_TESTING 126if HAVE_TESTING
127noinst_LIBRARIES = libgnunetmeshtest.a $(noinst_LIB_EXP) 127 noinst_LIBRARIES = libgnunetmeshtest.a $(noinst_LIB_EXP)
128endif 128endif
129 129
130libgnunetmeshtest_a_SOURCES = \ 130libgnunetmeshtest_a_SOURCES = \