diff options
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r-- | src/gns/Makefile.am | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index 0c50bc83f..b1f4e5ab8 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am | |||
@@ -84,13 +84,13 @@ CLEANFILES = test_gnunet_gns.sh | |||
84 | libgnunet_plugin_rest_gns_la_SOURCES = \ | 84 | libgnunet_plugin_rest_gns_la_SOURCES = \ |
85 | plugin_rest_gns.c | 85 | plugin_rest_gns.c |
86 | libgnunet_plugin_rest_gns_la_LIBADD = \ | 86 | libgnunet_plugin_rest_gns_la_LIBADD = \ |
87 | $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ | 87 | $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la \ |
88 | $(top_builddir)/src/gnsrecord/libgnunetgnsrecordjson.la \ | 88 | $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecordjson.la \ |
89 | libgnunetgns.la \ | 89 | libgnunetgns.la \ |
90 | $(top_builddir)/src/rest/libgnunetrest.la \ | 90 | $(top_builddir)/src/rest/libgnunetrest.la \ |
91 | $(top_builddir)/src/identity/libgnunetidentity.la \ | 91 | $(top_builddir)/src/identity/libgnunetidentity.la \ |
92 | $(top_builddir)/src/json/libgnunetjson.la \ | 92 | $(top_builddir)/src/json/libgnunetjson.la \ |
93 | $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ | 93 | $(top_builddir)/src/lib/util/libgnunetutil.la $(XLIBS) \ |
94 | $(LTLIBINTL) -ljansson $(MHD_LIBS) | 94 | $(LTLIBINTL) -ljansson $(MHD_LIBS) |
95 | libgnunet_plugin_rest_gns_la_LDFLAGS = \ | 95 | libgnunet_plugin_rest_gns_la_LDFLAGS = \ |
96 | $(GN_PLUGIN_LDFLAGS) | 96 | $(GN_PLUGIN_LDFLAGS) |
@@ -100,9 +100,9 @@ libgnunet_plugin_rest_gns_la_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) | |||
100 | libgnunet_plugin_gnsrecord_gns_la_SOURCES = \ | 100 | libgnunet_plugin_gnsrecord_gns_la_SOURCES = \ |
101 | plugin_gnsrecord_gns.c | 101 | plugin_gnsrecord_gns.c |
102 | libgnunet_plugin_gnsrecord_gns_la_LIBADD = \ | 102 | libgnunet_plugin_gnsrecord_gns_la_LIBADD = \ |
103 | $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ | 103 | $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la \ |
104 | $(top_builddir)/src/identity/libgnunetidentity.la \ | 104 | $(top_builddir)/src/identity/libgnunetidentity.la \ |
105 | $(top_builddir)/src/util/libgnunetutil.la \ | 105 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
106 | $(LTLIBINTL) | 106 | $(LTLIBINTL) |
107 | libgnunet_plugin_gnsrecord_gns_la_LDFLAGS = \ | 107 | libgnunet_plugin_gnsrecord_gns_la_LDFLAGS = \ |
108 | $(GN_PLUGIN_LDFLAGS) | 108 | $(GN_PLUGIN_LDFLAGS) |
@@ -112,9 +112,9 @@ gnunet_gns_SOURCES = \ | |||
112 | gnunet-gns.c | 112 | gnunet-gns.c |
113 | gnunet_gns_LDADD = \ | 113 | gnunet_gns_LDADD = \ |
114 | libgnunetgns.la \ | 114 | libgnunetgns.la \ |
115 | $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ | 115 | $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la \ |
116 | $(top_builddir)/src/identity/libgnunetidentity.la \ | 116 | $(top_builddir)/src/identity/libgnunetidentity.la \ |
117 | $(top_builddir)/src/util/libgnunetutil.la \ | 117 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
118 | $(LIBIDN) $(LIBIDN2) \ | 118 | $(LIBIDN) $(LIBIDN2) \ |
119 | $(GN_LIBINTL) | 119 | $(GN_LIBINTL) |
120 | 120 | ||
@@ -122,16 +122,16 @@ gnunet_gns_benchmark_SOURCES = \ | |||
122 | gnunet-gns-benchmark.c | 122 | gnunet-gns-benchmark.c |
123 | gnunet_gns_benchmark_LDADD = \ | 123 | gnunet_gns_benchmark_LDADD = \ |
124 | libgnunetgns.la \ | 124 | libgnunetgns.la \ |
125 | $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ | 125 | $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la \ |
126 | $(top_builddir)/src/identity/libgnunetidentity.la \ | 126 | $(top_builddir)/src/identity/libgnunetidentity.la \ |
127 | $(top_builddir)/src/util/libgnunetutil.la \ | 127 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
128 | $(GN_LIBINTL) | 128 | $(GN_LIBINTL) |
129 | 129 | ||
130 | 130 | ||
131 | gnunet_bcd_SOURCES = \ | 131 | gnunet_bcd_SOURCES = \ |
132 | gnunet-bcd.c | 132 | gnunet-bcd.c |
133 | gnunet_bcd_LDADD = \ | 133 | gnunet_bcd_LDADD = \ |
134 | $(top_builddir)/src/util/libgnunetutil.la \ | 134 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
135 | $(top_builddir)/src/identity/libgnunetidentity.la \ | 135 | $(top_builddir)/src/identity/libgnunetidentity.la \ |
136 | $(GN_LIBINTL) $(MHD_LIBS) | 136 | $(GN_LIBINTL) $(MHD_LIBS) |
137 | gnunet_bcd_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) | 137 | gnunet_bcd_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) |
@@ -140,9 +140,9 @@ gnunet_bcd_CFLAGS = $(MHD_CFLAGS) $(AM_CFLAGS) | |||
140 | gnunet_dns2gns_SOURCES = \ | 140 | gnunet_dns2gns_SOURCES = \ |
141 | gnunet-dns2gns.c | 141 | gnunet-dns2gns.c |
142 | gnunet_dns2gns_LDADD = \ | 142 | gnunet_dns2gns_LDADD = \ |
143 | $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ | 143 | $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la \ |
144 | libgnunetgns.la \ | 144 | libgnunetgns.la \ |
145 | $(top_builddir)/src/util/libgnunetutil.la \ | 145 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
146 | $(USE_VPN) \ | 146 | $(USE_VPN) \ |
147 | $(top_builddir)/src/identity/libgnunetidentity.la \ | 147 | $(top_builddir)/src/identity/libgnunetidentity.la \ |
148 | $(GN_LIBINTL) | 148 | $(GN_LIBINTL) |
@@ -168,7 +168,7 @@ gnunet_gns_proxy_SOURCES = \ | |||
168 | gnunet_gns_proxy_LDADD = $(MHD_LIBS) @LIBCURL@ -lgnutls \ | 168 | gnunet_gns_proxy_LDADD = $(MHD_LIBS) @LIBCURL@ -lgnutls \ |
169 | libgnunetgns.la \ | 169 | libgnunetgns.la \ |
170 | $(top_builddir)/src/identity/libgnunetidentity.la \ | 170 | $(top_builddir)/src/identity/libgnunetidentity.la \ |
171 | $(top_builddir)/src/util/libgnunetutil.la \ | 171 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
172 | $(GN_LIBINTL) | 172 | $(GN_LIBINTL) |
173 | if HAVE_GNUTLS_DANE | 173 | if HAVE_GNUTLS_DANE |
174 | gnunet_gns_proxy_LDADD += -lgnutls-dane | 174 | gnunet_gns_proxy_LDADD += -lgnutls-dane |
@@ -178,7 +178,7 @@ gnunet_gns_proxy_CFLAGS = $(MHD_CFLAGS) @LIBCURL_CPPFLAGS@ $(AM_CFLAGS) | |||
178 | test_gns_proxy_SOURCES = \ | 178 | test_gns_proxy_SOURCES = \ |
179 | test_gns_proxy.c | 179 | test_gns_proxy.c |
180 | test_gns_proxy_LDADD = $(MHD_LIBS) @LIBCURL@ -lgnutls \ | 180 | test_gns_proxy_LDADD = $(MHD_LIBS) @LIBCURL@ -lgnutls \ |
181 | $(top_builddir)/src/util/libgnunetutil.la \ | 181 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
182 | $(GN_LIBINTL) | 182 | $(GN_LIBINTL) |
183 | test_gns_proxy_CFLAGS = $(MHD_CFLAGS) @LIBCURL_CPPFLAGS@ $(AM_CFLAGS) | 183 | test_gns_proxy_CFLAGS = $(MHD_CFLAGS) @LIBCURL_CPPFLAGS@ $(AM_CFLAGS) |
184 | 184 | ||
@@ -187,8 +187,8 @@ test_gns_proxy_CFLAGS = $(MHD_CFLAGS) @LIBCURL_CPPFLAGS@ $(AM_CFLAGS) | |||
187 | #gnunet_gns_import_LDADD = \ | 187 | #gnunet_gns_import_LDADD = \ |
188 | # $(top_builddir)/src/identity/libgnunetidentity.la \ | 188 | # $(top_builddir)/src/identity/libgnunetidentity.la \ |
189 | # $(top_builddir)/src/namestore/libgnunetnamestore.la \ | 189 | # $(top_builddir)/src/namestore/libgnunetnamestore.la \ |
190 | # $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ | 190 | # $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la \ |
191 | # $(top_builddir)/src/util/libgnunetutil.la \ | 191 | # $(top_builddir)/src/lib/util/libgnunetutil.la \ |
192 | # $(GN_LIBINTL) | 192 | # $(GN_LIBINTL) |
193 | 193 | ||
194 | 194 | ||
@@ -198,11 +198,11 @@ gnunet_service_gns_SOURCES = \ | |||
198 | gnunet-service-gns_interceptor.c gnunet-service-gns_interceptor.h | 198 | gnunet-service-gns_interceptor.c gnunet-service-gns_interceptor.h |
199 | gnunet_service_gns_LDADD = \ | 199 | gnunet_service_gns_LDADD = \ |
200 | -lm \ | 200 | -lm \ |
201 | $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ | 201 | $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la \ |
202 | $(top_builddir)/src/identity/libgnunetidentity.la \ | 202 | $(top_builddir)/src/identity/libgnunetidentity.la \ |
203 | $(top_builddir)/src/revocation/libgnunetrevocation.la \ | 203 | $(top_builddir)/src/revocation/libgnunetrevocation.la \ |
204 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ | 204 | $(top_builddir)/src/statistics/libgnunetstatistics.la \ |
205 | $(top_builddir)/src/util/libgnunetutil.la \ | 205 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
206 | $(top_builddir)/src/dns/libgnunetdns.la \ | 206 | $(top_builddir)/src/dns/libgnunetdns.la \ |
207 | $(top_builddir)/src/dht/libgnunetdht.la \ | 207 | $(top_builddir)/src/dht/libgnunetdht.la \ |
208 | $(top_builddir)/src/namecache/libgnunetnamecache.la \ | 208 | $(top_builddir)/src/namecache/libgnunetnamecache.la \ |
@@ -214,9 +214,9 @@ libgnunetgns_la_SOURCES = \ | |||
214 | gns_api.c gns_api.h \ | 214 | gns_api.c gns_api.h \ |
215 | gns_tld_api.c gns.h | 215 | gns_tld_api.c gns.h |
216 | libgnunetgns_la_LIBADD = \ | 216 | libgnunetgns_la_LIBADD = \ |
217 | $(top_builddir)/src/util/libgnunetutil.la $(XLIB) \ | 217 | $(top_builddir)/src/lib/util/libgnunetutil.la $(XLIB) \ |
218 | $(top_builddir)/src/identity/libgnunetidentity.la \ | 218 | $(top_builddir)/src/identity/libgnunetidentity.la \ |
219 | $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la | 219 | $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la |
220 | libgnunetgns_la_LDFLAGS = \ | 220 | libgnunetgns_la_LDFLAGS = \ |
221 | $(GN_LIBINTL) \ | 221 | $(GN_LIBINTL) \ |
222 | $(GN_LIB_LDFLAGS) | 222 | $(GN_LIB_LDFLAGS) |
@@ -225,11 +225,11 @@ libgnunetgns_la_LDFLAGS = \ | |||
225 | libgnunet_plugin_block_gns_la_SOURCES = \ | 225 | libgnunet_plugin_block_gns_la_SOURCES = \ |
226 | plugin_block_gns.c | 226 | plugin_block_gns.c |
227 | libgnunet_plugin_block_gns_la_LIBADD = \ | 227 | libgnunet_plugin_block_gns_la_LIBADD = \ |
228 | $(top_builddir)/src/util/libgnunetutil.la \ | 228 | $(top_builddir)/src/lib/util/libgnunetutil.la \ |
229 | $(top_builddir)/src/block/libgnunetblock.la \ | 229 | $(top_builddir)/src/lib/block/libgnunetblock.la \ |
230 | $(top_builddir)/src/block/libgnunetblockgroup.la \ | 230 | $(top_builddir)/src/lib/block/libgnunetblockgroup.la \ |
231 | $(top_builddir)/src/identity/libgnunetidentity.la \ | 231 | $(top_builddir)/src/identity/libgnunetidentity.la \ |
232 | $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la | 232 | $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la |
233 | libgnunet_plugin_block_gns_la_LDFLAGS = \ | 233 | libgnunet_plugin_block_gns_la_LDFLAGS = \ |
234 | $(GN_LIBINTL) \ | 234 | $(GN_LIBINTL) \ |
235 | $(GN_PLUGIN_LDFLAGS) | 235 | $(GN_PLUGIN_LDFLAGS) |