aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 6e8d95ec9..8667f5527 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -20,6 +20,9 @@ plugindir = $(libdir)/gnunet
20 20
21AM_CLFAGS = -g 21AM_CLFAGS = -g
22 22
23EXP_LIBEXEC = \
24 gnunet-service-mesh-enc
25
23libexec_PROGRAMS = \ 26libexec_PROGRAMS = \
24 gnunet-service-mesh $(EXP_LIBEXEC) 27 gnunet-service-mesh $(EXP_LIBEXEC)
25 28