aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:14:10 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:14:10 +0200
commit1696f388660bd2057f348183b2cdebcde255de6d (patch)
tree7130cb1dbc53deeea2f044028eb08601c48f6345
parentbb141384720641a94ea2fdcc39c33e126c45961b (diff)
downloadgnunet-1696f388660bd2057f348183b2cdebcde255de6d.tar.gz
gnunet-1696f388660bd2057f348183b2cdebcde255de6d.zip
-fix
-rw-r--r--src/Makefile.am2
-rw-r--r--src/namecache/Makefile.am3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 19e1b2529..f98cb96df 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -55,7 +55,6 @@ SUBDIRS = \
55 block \ 55 block \
56 statistics \ 56 statistics \
57 arm \ 57 arm \
58 gnsrecord \
59 $(TESTING) \ 58 $(TESTING) \
60 $(JSON_DIR) \ 59 $(JSON_DIR) \
61 $(CURL_DIR) \ 60 $(CURL_DIR) \
@@ -84,6 +83,7 @@ SUBDIRS = \
84 regex \ 83 regex \
85 dns \ 84 dns \
86 identity \ 85 identity \
86 gnsrecord \
87 namecache \ 87 namecache \
88 namestore \ 88 namestore \
89 peerinfo-tool \ 89 peerinfo-tool \
diff --git a/src/namecache/Makefile.am b/src/namecache/Makefile.am
index 3174a6a6a..6a7f25c2a 100644
--- a/src/namecache/Makefile.am
+++ b/src/namecache/Makefile.am
@@ -109,6 +109,7 @@ libgnunet_plugin_namecache_flat_la_LIBADD = \
109 libgnunetnamecache.la \ 109 libgnunetnamecache.la \
110 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 110 $(top_builddir)/src/statistics/libgnunetstatistics.la \
111 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 111 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
112 $(top_builddir)/src/identity/libgnunetidentity.la \
112 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 113 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
113 $(LTLIBINTL) 114 $(LTLIBINTL)
114libgnunet_plugin_namecache_flat_la_LDFLAGS = \ 115libgnunet_plugin_namecache_flat_la_LDFLAGS = \
@@ -121,6 +122,7 @@ libgnunet_plugin_namecache_sqlite_la_LIBADD = \
121 $(top_builddir)/src/sq/libgnunetsq.la \ 122 $(top_builddir)/src/sq/libgnunetsq.la \
122 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 123 $(top_builddir)/src/statistics/libgnunetstatistics.la \
123 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 124 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
125 $(top_builddir)/src/identity/libgnunetidentity.la \
124 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \ 126 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lsqlite3 \
125 $(LTLIBINTL) 127 $(LTLIBINTL)
126libgnunet_plugin_namecache_sqlite_la_LDFLAGS = \ 128libgnunet_plugin_namecache_sqlite_la_LDFLAGS = \
@@ -134,6 +136,7 @@ libgnunet_plugin_namecache_postgres_la_LIBADD = \
134 $(top_builddir)/src/pq/libgnunetpq.la \ 136 $(top_builddir)/src/pq/libgnunetpq.la \
135 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 137 $(top_builddir)/src/statistics/libgnunetstatistics.la \
136 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 138 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
139 $(top_builddir)/src/identity/libgnunetidentity.la \
137 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \ 140 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lpq \
138 $(LTLIBINTL) 141 $(LTLIBINTL)
139libgnunet_plugin_namecache_postgres_la_LDFLAGS = \ 142libgnunet_plugin_namecache_postgres_la_LDFLAGS = \