summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-06-27 23:21:54 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-27 23:40:23 +0200
commit44b1c28accd296a8ac5cf9e2edd564e23e3c7c65 (patch)
tree757ac9642c8c6a58c2e5bc5d85e57c4cfd999579 /bootstrap
parentbda63179674404f49fd8ad3cd3bb77ef422302ed (diff)
Merge the client service with the webid-oidc program
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 02e9c63..beb354f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ autoreconf -vif || exit 1
sed -i 's|SHELL = /bin/sh|SHELL = @SHELL@|g' po/Makefile.in.in || exit 1
## Prepare the man pages
-SCRIPTS_THAT_GET_EXECUTED="../src/webid-oidc ../src/webid-oidc-client-service ../src/webid-oidc-example-app"
+SCRIPTS_THAT_GET_EXECUTED="../src/webid-oidc ../src/webid-oidc-example-app"
mkdir -p .native || exit 1
cd .native || exit 1