aboutsummaryrefslogtreecommitdiff
path: root/src/nse/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/Makefile.am')
-rw-r--r--src/nse/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index 2c5ed855f..a67ffeaf8 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/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 nse.conf 17 nse.conf
16 18
@@ -27,7 +29,7 @@ libgnunetnse_la_LDFLAGS = \
27 -version-info 0:0:0 29 -version-info 0:0:0
28 30
29 31
30bin_PROGRAMS = \ 32libexec_PROGRAMS = \
31 gnunet-service-nse 33 gnunet-service-nse
32 34
33noinst_PROGRAMS = \ 35noinst_PROGRAMS = \