From 19915a8b5b2912d255a6850a5d8d796a4f9c7fc9 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Wed, 13 Oct 2021 13:47:22 +0200 Subject: server: add the endpoint API --- src/scm/webid-oidc/server/endpoint/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/scm/webid-oidc/server/endpoint/Makefile.am (limited to 'src/scm/webid-oidc/server/endpoint/Makefile.am') diff --git a/src/scm/webid-oidc/server/endpoint/Makefile.am b/src/scm/webid-oidc/server/endpoint/Makefile.am new file mode 100644 index 0000000..e32794d --- /dev/null +++ b/src/scm/webid-oidc/server/endpoint/Makefile.am @@ -0,0 +1,19 @@ +# disfluid, implementation of the Solid specification +# Copyright (C) 2021 Vivien Kraus + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. + +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + +dist_endpointserverwebidoidcmod_DATA += + +endpointserverwebidoidcgo_DATA += -- cgit v1.2.3