aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/POTFILES.in4
-rw-r--r--src/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 86235f860..cc4f3d068 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -205,6 +205,7 @@ src/identity/identity_api_lookup.c
205src/identity/plugin_rest_identity.c 205src/identity/plugin_rest_identity.c
206src/json/json.c 206src/json/json.c
207src/json/json_generator.c 207src/json/json_generator.c
208src/json/json_gnsrecord.c
208src/json/json_helper.c 209src/json/json_helper.c
209src/json/json_mhd.c 210src/json/json_mhd.c
210src/jsonapi/jsonapi.c 211src/jsonapi/jsonapi.c
@@ -263,6 +264,7 @@ src/peerinfo-tool/gnunet-peerinfo_plugins.c
263src/peerinfo/gnunet-service-peerinfo.c 264src/peerinfo/gnunet-service-peerinfo.c
264src/peerinfo/peerinfo_api.c 265src/peerinfo/peerinfo_api.c
265src/peerinfo/peerinfo_api_notify.c 266src/peerinfo/peerinfo_api_notify.c
267src/peerinfo/plugin_rest_peerinfo.c
266src/peerstore/gnunet-peerstore.c 268src/peerstore/gnunet-peerstore.c
267src/peerstore/gnunet-service-peerstore.c 269src/peerstore/gnunet-service-peerstore.c
268src/peerstore/peerstore_api.c 270src/peerstore/peerstore_api.c
@@ -292,6 +294,7 @@ src/reclaim-attribute/reclaim_attribute.c
292src/reclaim/gnunet-reclaim.c 294src/reclaim/gnunet-reclaim.c
293src/reclaim/gnunet-service-reclaim.c 295src/reclaim/gnunet-service-reclaim.c
294src/reclaim/jwt.c 296src/reclaim/jwt.c
297src/reclaim/oidc_helper.c
295src/reclaim/plugin_gnsrecord_reclaim.c 298src/reclaim/plugin_gnsrecord_reclaim.c
296src/reclaim/plugin_reclaim_sqlite.c 299src/reclaim/plugin_reclaim_sqlite.c
297src/reclaim/plugin_rest_openid_connect.c 300src/reclaim/plugin_rest_openid_connect.c
@@ -312,6 +315,7 @@ src/regex/regex_test_graph.c
312src/regex/regex_test_lib.c 315src/regex/regex_test_lib.c
313src/regex/regex_test_random.c 316src/regex/regex_test_random.c
314src/rest/gnunet-rest-server.c 317src/rest/gnunet-rest-server.c
318src/rest/plugin_rest_copying.c
315src/rest/rest.c 319src/rest/rest.c
316src/revocation/gnunet-revocation.c 320src/revocation/gnunet-revocation.c
317src/revocation/gnunet-service-revocation.c 321src/revocation/gnunet-service-revocation.c
diff --git a/src/Makefile.am b/src/Makefile.am
index 4ded81891..79f7e3ddc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,6 +81,7 @@ else
81SUBDIRS = \ 81SUBDIRS = \
82 include $(INTLEMU_SUBDIRS) \ 82 include $(INTLEMU_SUBDIRS) \
83 util \ 83 util \
84 gnsrecord \
84 $(JSON_DIR) \ 85 $(JSON_DIR) \
85 $(REST_DIR) \ 86 $(REST_DIR) \
86 $(JSONAPI_DIR) \ 87 $(JSONAPI_DIR) \
@@ -113,7 +114,6 @@ SUBDIRS = \
113 regex \ 114 regex \
114 dns \ 115 dns \
115 identity \ 116 identity \
116 gnsrecord \
117 namecache \ 117 namecache \
118 namestore \ 118 namestore \
119 peerstore \ 119 peerstore \