aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 17b765707..04dd870b3 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -4,6 +4,8 @@ plugindir = $(libdir)/gnunet
4 4
5pkgcfgdir= $(pkgdatadir)/config.d/ 5pkgcfgdir= $(pkgdatadir)/config.d/
6 6
7libexecdir= $(pkglibdir)/libexec/
8
7pkgcfg_DATA = \ 9pkgcfg_DATA = \
8 namestore.conf 10 namestore.conf
9 11
@@ -63,8 +65,10 @@ libgnunetnamestore_la_LDFLAGS = \
63 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 65 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
64 -version-info 0:0:0 66 -version-info 0:0:0
65 67
68libexec_PROGRAMS = \
69 gnunet-service-namestore
70
66bin_PROGRAMS = \ 71bin_PROGRAMS = \
67 gnunet-service-namestore \
68 gnunet-namestore 72 gnunet-namestore
69 73
70 74