From: Schanzenbach, Martin Date: Thu, 9 Aug 2018 22:25:38 +0000 (+0200) Subject: temp fix for json deps X-Git-Tag: v0.11.0~317 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a6b091770787e9a5c508bb20d830d1dd816ae4e0;p=oweals%2Fgnunet.git temp fix for json deps --- 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 src/identity/plugin_rest_identity.c src/json/json.c src/json/json_generator.c +src/json/json_gnsrecord.c src/json/json_helper.c src/json/json_mhd.c src/jsonapi/jsonapi.c @@ -263,6 +264,7 @@ src/peerinfo-tool/gnunet-peerinfo_plugins.c src/peerinfo/gnunet-service-peerinfo.c src/peerinfo/peerinfo_api.c src/peerinfo/peerinfo_api_notify.c +src/peerinfo/plugin_rest_peerinfo.c src/peerstore/gnunet-peerstore.c src/peerstore/gnunet-service-peerstore.c src/peerstore/peerstore_api.c @@ -292,6 +294,7 @@ src/reclaim-attribute/reclaim_attribute.c src/reclaim/gnunet-reclaim.c src/reclaim/gnunet-service-reclaim.c src/reclaim/jwt.c +src/reclaim/oidc_helper.c src/reclaim/plugin_gnsrecord_reclaim.c src/reclaim/plugin_reclaim_sqlite.c src/reclaim/plugin_rest_openid_connect.c @@ -312,6 +315,7 @@ src/regex/regex_test_graph.c src/regex/regex_test_lib.c src/regex/regex_test_random.c src/rest/gnunet-rest-server.c +src/rest/plugin_rest_copying.c src/rest/rest.c src/revocation/gnunet-revocation.c src/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 SUBDIRS = \ include $(INTLEMU_SUBDIRS) \ util \ + gnsrecord \ $(JSON_DIR) \ $(REST_DIR) \ $(JSONAPI_DIR) \ @@ -113,7 +114,6 @@ SUBDIRS = \ regex \ dns \ identity \ - gnsrecord \ namecache \ namestore \ peerstore \