aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-21 00:26:16 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-21 00:26:16 +0100
commitae68c8145575866c1ffb4c859f48e44054d1d59f (patch)
tree21fc46f3877148af651d0fb778c04ede389a1591 /src
parent1816097b7a4dca73a163b89c243ebf855e371ae5 (diff)
downloadgnunet-ae68c8145575866c1ffb4c859f48e44054d1d59f.tar.gz
gnunet-ae68c8145575866c1ffb4c859f48e44054d1d59f.zip
fixing #5439
Diffstat (limited to 'src')
-rw-r--r--src/namestore/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 54357dd1e..c9ff763fd 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -164,7 +164,6 @@ gnunet_namestore_fcfsd_LDADD = -lmicrohttpd \
164 $(GN_LIBINTL) 164 $(GN_LIBINTL)
165 165
166 166
167
168gnunet_service_namestore_SOURCES = \ 167gnunet_service_namestore_SOURCES = \
169 gnunet-service-namestore.c 168 gnunet-service-namestore.c
170 169
@@ -180,7 +179,7 @@ gnunet_service_namestore_LDADD = \
180plugin_LTLIBRARIES = \ 179plugin_LTLIBRARIES = \
181 $(SQLITE_PLUGIN) \ 180 $(SQLITE_PLUGIN) \
182 $(POSTGRES_PLUGIN) \ 181 $(POSTGRES_PLUGIN) \
183 $(HEAP_PLUGIN) 182 $(HEAP_PLUGIN)
184 183
185 184
186 185