summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Wagner <info@gunibert.de>2022-02-02 23:00:49 +0100
committerGünther Wagner <info@gunibert.de>2022-02-02 23:00:49 +0100
commita7f9ee09f4b5ff483916eae8356b3961bf045730 (patch)
treecd6fe4876a4f6110f67a4d49d7bca36fab815c7e
parent5ecfdd9bd2b16e11c232770cc07339e94b9457dc (diff)
downloadlibrest-a7f9ee09f4b5ff483916eae8356b3961bf045730.tar.gz
restore ABI
-rw-r--r--rest/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/rest/meson.build b/rest/meson.build
index d514490..f12dad3 100644
--- a/rest/meson.build
+++ b/rest/meson.build
@@ -13,6 +13,7 @@ librest_sources = [
'rest-params.c',
'rest-proxy.c',
'rest-proxy-call.c',
+ 'rest-proxy-auth.c',
'rest-xml-node.c',
'rest-xml-parser.c',
'rest-main.c',
@@ -36,6 +37,7 @@ librest_headers = [
'rest-params.h',
'rest-proxy-call.h',
'rest-proxy.h',
+ 'rest-proxy-auth.h',
'rest-xml-node.h',
'rest-xml-parser.h',