summaryrefslogtreecommitdiff
path: root/rest/meson.build
diff options
context:
space:
mode:
authorGünther Wagner <info@gunibert.de>2022-02-01 21:55:16 +0100
committerGünther Wagner <info@gunibert.de>2022-02-01 22:18:07 +0100
commit9c4e1e0619d220347e58e43c9fed5b42566bcf16 (patch)
tree15e5293bfcb5f8df5bb55db5072da5f60b63de42 /rest/meson.build
parentd08c6df432caadf68e3c0b6942ade8d3de3bde51 (diff)
downloadlibrest-9c4e1e0619d220347e58e43c9fed5b42566bcf16.tar.gz
auth: remove auth from proxy and call
Currently it has not practical use. I will rethink how to implement this in nicer way in order to make one-request basic auths possible.
Diffstat (limited to 'rest/meson.build')
-rw-r--r--rest/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/rest/meson.build b/rest/meson.build
index 9f6ed05..d514490 100644
--- a/rest/meson.build
+++ b/rest/meson.build
@@ -12,7 +12,6 @@ librest_sources = [
'rest-param.c',
'rest-params.c',
'rest-proxy.c',
- 'rest-proxy-auth.c',
'rest-proxy-call.c',
'rest-xml-node.c',
'rest-xml-parser.c',
@@ -35,7 +34,6 @@ librest_headers = [
'oauth-proxy.h',
'rest-param.h',
'rest-params.h',
- 'rest-proxy-auth.h',
'rest-proxy-call.h',
'rest-proxy.h',
'rest-xml-node.h',