aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 22:00:45 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 22:00:45 +0000
commit78f323a26ba33c640162741d4f44b6996239b0e8 (patch)
tree54f1f6cd78ce5232dbf2fa363cbbbf4f224058fc /src/namestore/Makefile.am
parent59b84fb41a89b6237001e30d75e878d694de957d (diff)
downloadgnunet-78f323a26ba33c640162741d4f44b6996239b0e8.tar.gz
gnunet-78f323a26ba33c640162741d4f44b6996239b0e8.zip
-adapting fcfsd to new namestore API, moving from gns to namestore subsystem
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