We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572d02a commit 904fdf0Copy full SHA for 904fdf0
src/iceberg/catalog/rest/meson.build
@@ -16,6 +16,9 @@
16
# under the License.
17
18
iceberg_rest_sources = files(
19
+ 'auth/auth_manager.cc',
20
+ 'auth/auth_managers.cc',
21
+ 'auth/auth_session.cc',
22
'catalog_properties.cc',
23
'endpoint.cc',
24
'error_handlers.cc',
@@ -72,3 +75,13 @@ install_headers(
72
75
],
73
76
subdir: 'iceberg/catalog/rest',
74
77
)
78
+
79
+install_headers(
80
+ [
81
+ 'auth/auth_manager.h',
82
+ 'auth/auth_managers.h',
83
+ 'auth/auth_properties.h',
84
+ 'auth/auth_session.h',
85
+ ],
86
+ subdir: 'iceberg/catalog/rest/auth',
87
+)
0 commit comments