[libsoup/hsts: 75/101] meson: add hsts related files to the build
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/hsts: 75/101] meson: add hsts related files to the build
- Date: Thu, 20 Sep 2018 14:25:45 +0000 (UTC)
commit c9fe97588ceb9a911e9efdbfd6c5860d25b68d65
Author: Claudio Saavedra <csaavedra igalia com>
Date: Thu Aug 16 12:35:16 2018 +0300
meson: add hsts related files to the build
docs/reference/meson.build | 1 +
libsoup/meson.build | 6 ++++++
tests/meson.build | 1 +
3 files changed, 8 insertions(+)
---
diff --git a/docs/reference/meson.build b/docs/reference/meson.build
index 12105016..a652c422 100644
--- a/docs/reference/meson.build
+++ b/docs/reference/meson.build
@@ -40,6 +40,7 @@ ignore_headers = [
'soup-socket-private.h',
'soup-value-utils.h',
'soup-xmlrpc-old.h'
+ 'soup-hsts-enforcer-private.h'
]
mkdb_args = [
diff --git a/libsoup/meson.build b/libsoup/meson.build
index 2b149a0e..446191a6 100644
--- a/libsoup/meson.build
+++ b/libsoup/meson.build
@@ -32,6 +32,9 @@ soup_sources = [
'soup-directory-input-stream.c',
'soup-filter-input-stream.c',
'soup-form.c',
+ 'soup-hsts-enforcer.c',
+ 'soup-hsts-enforcer-db.c',
+ 'soup-hsts-policy.c',
'soup-headers.c',
'soup-init.c',
'soup-io-stream.c',
@@ -123,6 +126,9 @@ soup_introspection_headers = [
'soup-date.h',
'soup-form.h',
'soup-headers.h',
+ 'soup-hsts-enforcer.h',
+ 'soup-hsts-enforcer-db.h',
+ 'soup-hsts-policy.h',
'soup-logger.h',
'soup-message.h',
'soup-message-body.h',
diff --git a/tests/meson.build b/tests/meson.build
index 38e1c133..22af7240 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -24,6 +24,7 @@ tests = [
['date', true],
['forms', true],
['header-parsing', true],
+ ['hsts', true],
['misc', true],
['multipart', true],
['no-ssl', true],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]