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.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 786747518..8b45dd736 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -11,6 +11,8 @@ endif
11 11
12pkgcfgdir= $(pkgdatadir)/config.d/ 12pkgcfgdir= $(pkgdatadir)/config.d/
13 13
14libexecdir= $(pkglibdir)/libexec/
15
14pkgcfg_DATA = \ 16pkgcfg_DATA = \
15 mesh.conf 17 mesh.conf
16 18
@@ -18,7 +20,7 @@ plugindir = $(libdir)/gnunet
18 20
19AM_CLFAGS = -g 21AM_CLFAGS = -g
20 22
21bin_PROGRAMS = \ 23libexec_PROGRAMS = \
22 gnunet-service-mesh 24 gnunet-service-mesh
23 25
24lib_LTLIBRARIES = \ 26lib_LTLIBRARIES = \