aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
-rw-r--r--po/POTFILES.in12
-rw-r--r--src/peerinfo/Makefile.am2
-rw-r--r--src/util/Makefile.am3
4 files changed, 10 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index e55ca6ffa..0abfb40b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1819,7 +1819,6 @@ src/vpn/vpn.conf
1819src/zonemaster/Makefile 1819src/zonemaster/Makefile
1820src/zonemaster/zonemaster.conf 1820src/zonemaster/zonemaster.conf
1821src/rest/Makefile 1821src/rest/Makefile
1822src/rest-plugins/Makefile
1823src/abe/Makefile 1822src/abe/Makefile
1824src/reclaim-attribute/Makefile 1823src/reclaim-attribute/Makefile
1825src/reclaim/Makefile 1824src/reclaim/Makefile
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 7307f9c0a..87a597c50 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -92,6 +92,7 @@ src/credential/credential_serialization.c
92src/credential/gnunet-credential.c 92src/credential/gnunet-credential.c
93src/credential/gnunet-service-credential.c 93src/credential/gnunet-service-credential.c
94src/credential/plugin_gnsrecord_credential.c 94src/credential/plugin_gnsrecord_credential.c
95src/credential/plugin_rest_credential.c
95src/curl/curl.c 96src/curl/curl.c
96src/curl/curl_reschedule.c 97src/curl/curl_reschedule.c
97src/datacache/datacache.c 98src/datacache/datacache.c
@@ -187,6 +188,7 @@ src/gns/nss/nss_gns.c
187src/gns/nss/nss_gns_query.c 188src/gns/nss/nss_gns_query.c
188src/gns/plugin_block_gns.c 189src/gns/plugin_block_gns.c
189src/gns/plugin_gnsrecord_gns.c 190src/gns/plugin_gnsrecord_gns.c
191src/gns/plugin_rest_gns.c
190src/gns/w32nsp-install.c 192src/gns/w32nsp-install.c
191src/gns/w32nsp-resolve.c 193src/gns/w32nsp-resolve.c
192src/gns/w32nsp-uninstall.c 194src/gns/w32nsp-uninstall.c
@@ -207,6 +209,7 @@ src/identity/gnunet-identity.c
207src/identity/gnunet-service-identity.c 209src/identity/gnunet-service-identity.c
208src/identity/identity_api.c 210src/identity/identity_api.c
209src/identity/identity_api_lookup.c 211src/identity/identity_api_lookup.c
212src/identity/plugin_rest_identity.c
210src/json/json.c 213src/json/json.c
211src/json/json_generator.c 214src/json/json_generator.c
212src/json/json_gnsrecord.c 215src/json/json_gnsrecord.c
@@ -231,6 +234,7 @@ src/namestore/namestore_api_monitor.c
231src/namestore/plugin_namestore_heap.c 234src/namestore/plugin_namestore_heap.c
232src/namestore/plugin_namestore_postgres.c 235src/namestore/plugin_namestore_postgres.c
233src/namestore/plugin_namestore_sqlite.c 236src/namestore/plugin_namestore_sqlite.c
237src/namestore/plugin_rest_namestore.c
234src/nat-auto/gnunet-nat-auto.c 238src/nat-auto/gnunet-nat-auto.c
235src/nat-auto/gnunet-nat-auto_legacy.c 239src/nat-auto/gnunet-nat-auto_legacy.c
236src/nat-auto/gnunet-nat-server.c 240src/nat-auto/gnunet-nat-server.c
@@ -260,6 +264,7 @@ src/peerinfo-tool/gnunet-peerinfo_plugins.c
260src/peerinfo/gnunet-service-peerinfo.c 264src/peerinfo/gnunet-service-peerinfo.c
261src/peerinfo/peerinfo_api.c 265src/peerinfo/peerinfo_api.c
262src/peerinfo/peerinfo_api_notify.c 266src/peerinfo/peerinfo_api_notify.c
267src/peerinfo/plugin_rest_peerinfo.c
263src/peerstore/gnunet-peerstore.c 268src/peerstore/gnunet-peerstore.c
264src/peerstore/gnunet-service-peerstore.c 269src/peerstore/gnunet-service-peerstore.c
265src/peerstore/peerstore_api.c 270src/peerstore/peerstore_api.c
@@ -299,12 +304,6 @@ src/regex/regex_internal_dht.c
299src/regex/regex_test_graph.c 304src/regex/regex_test_graph.c
300src/regex/regex_test_lib.c 305src/regex/regex_test_lib.c
301src/regex/regex_test_random.c 306src/regex/regex_test_random.c
302src/rest-plugins/plugin_rest_copying.c
303src/rest-plugins/plugin_rest_credential.c
304src/rest-plugins/plugin_rest_gns.c
305src/rest-plugins/plugin_rest_identity.c
306src/rest-plugins/plugin_rest_namestore.c
307src/rest-plugins/plugin_rest_peerinfo.c
308src/rest/gnunet-rest-server.c 307src/rest/gnunet-rest-server.c
309src/rest/rest.c 308src/rest/rest.c
310src/revocation/gnunet-revocation.c 309src/revocation/gnunet-revocation.c
@@ -498,6 +497,7 @@ src/util/os_network.c
498src/util/os_priority.c 497src/util/os_priority.c
499src/util/peer.c 498src/util/peer.c
500src/util/plugin.c 499src/util/plugin.c
500src/util/plugin_rest_copying.c
501src/util/proc_compat.c 501src/util/proc_compat.c
502src/util/program.c 502src/util/program.c
503src/util/regex.c 503src/util/regex.c
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index deb3fcf6c..69424ffb9 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -5,6 +5,8 @@ pkgcfgdir= $(pkgdatadir)/config.d/
5 5
6libexecdir= $(pkglibdir)/libexec/ 6libexecdir= $(pkglibdir)/libexec/
7 7
8plugindir = $(libdir)/gnunet
9
8pkgcfg_DATA = \ 10pkgcfg_DATA = \
9 peerinfo.conf 11 peerinfo.conf
10 12
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 5b1bcfd55..a35314354 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -308,7 +308,8 @@ gnunet_uri_LDADD = \
308 $(GN_LIBINTL) 308 $(GN_LIBINTL)
309 309
310plugin_LTLIBRARIES = \ 310plugin_LTLIBRARIES = \
311 libgnunet_plugin_test.la 311 libgnunet_plugin_test.la \
312 $(REST_PLUGIN)
312 313
313libgnunet_plugin_test_la_SOURCES = \ 314libgnunet_plugin_test_la_SOURCES = \
314 test_plugin_plug.c 315 test_plugin_plug.c