From db55d55e5c36c940986f437d26da1ff3c601c3b4 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Sat, 7 Aug 2021 22:45:06 +0200 Subject: Make a better client API --- src/scm/webid-oidc/client/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/scm/webid-oidc/client/Makefile.am (limited to 'src/scm/webid-oidc/client/Makefile.am') diff --git a/src/scm/webid-oidc/client/Makefile.am b/src/scm/webid-oidc/client/Makefile.am new file mode 100644 index 0000000..ccb7e35 --- /dev/null +++ b/src/scm/webid-oidc/client/Makefile.am @@ -0,0 +1,21 @@ +# 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_clientwebidoidcmod_DATA += \ + %reldir%/accounts.scm + +clientwebidoidcgo_DATA += \ + %reldir%/accounts.go -- cgit v1.2.3