aboutsummaryrefslogtreecommitdiff
path: root/src/template/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/Makefile.am')
-rw-r--r--src/template/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/template/Makefile.am b/src/template/Makefile.am
index 1769191e7..d1f87c8d8 100644
--- a/src/template/Makefile.am
+++ b/src/template/Makefile.am
@@ -2,6 +2,8 @@ INCLUDES = -I$(top_srcdir)/src/include
2 2
3pkgcfgdir= $(pkgdatadir)/config.d/ 3pkgcfgdir= $(pkgdatadir)/config.d/
4 4
5libexecdir= $(pkglibdir)/libexec/
6
5dist_pkgcfg_DATA = \ 7dist_pkgcfg_DATA = \
6 template.conf 8 template.conf
7 9
@@ -14,7 +16,9 @@ if USE_COVERAGE
14endif 16endif
15 17
16bin_PROGRAMS = \ 18bin_PROGRAMS = \
17 gnunet-template \ 19 gnunet-template
20
21libexec_PROGRAMS = \
18 gnunet-service-template 22 gnunet-service-template
19 23
20gnunet_template_SOURCES = \ 24gnunet_template_SOURCES = \