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.am14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 7c602ac13..b7ff99998 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -92,7 +92,8 @@ libexec_PROGRAMS = \
92 gnunet-service-namestore 92 gnunet-service-namestore
93 93
94bin_PROGRAMS = \ 94bin_PROGRAMS = \
95 gnunet-namestore 95 gnunet-namestore \
96 gnunet-namestore-fcfsd
96 97
97 98
98gnunet_namestore_SOURCES = \ 99gnunet_namestore_SOURCES = \
@@ -106,6 +107,17 @@ gnunet_namestore_DEPENDENCIES = \
106 libgnunetnamestore.la 107 libgnunetnamestore.la
107 108
108 109
110gnunet_namestore_fcfsd_SOURCES = \
111 gnunet-namestore-fcfsd.c
112gnunet_namestore_fcfsd_LDADD = -lmicrohttpd \
113 $(top_builddir)/src/util/libgnunetutil.la \
114 $(top_builddir)/src/namestore/libgnunetnamestore.la \
115 $(GN_LIBINTL)
116gnunet_namestore_fcfsd_DEPENDENCIES = \
117 $(top_builddir)/src/util/libgnunetutil.la \
118 $(top_builddir)/src/namestore/libgnunetnamestore.la
119
120
109 121
110gnunet_service_namestore_SOURCES = \ 122gnunet_service_namestore_SOURCES = \
111 gnunet-service-namestore.c 123 gnunet-service-namestore.c