summaryrefslogtreecommitdiffstats
path: root/modules/http
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2020-02-26 10:47:12 +0100
committerTomas Krizek <tomas.krizek@nic.cz>2020-02-26 10:48:04 +0100
commit16dc301e813a457d6cdf7560bb11f2952c71104f (patch)
treed14bd239e171833c81667170ca456216ff2681f5 /modules/http
parentMerge !942: license cleanup (diff)
downloadknot-resolver-16dc301e813a457d6cdf7560bb11f2952c71104f.tar.xz
knot-resolver-16dc301e813a457d6cdf7560bb11f2952c71104f.zip
spdx cleanup: fix installation and pkgtests
Diffstat (limited to 'modules/http')
-rw-r--r--modules/http/meson.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/http/meson.build b/modules/http/meson.build
index e24f311d..adc3e261 100644
--- a/modules/http/meson.build
+++ b/modules/http/meson.build
@@ -28,6 +28,19 @@ config_tests += [
install_subdir(
'static',
strip_directory: true,
+ exclude_files: [
+ 'bootstrap.min.css.spdx',
+ 'bootstrap.min.js.spdx',
+ 'bootstrap-theme.min.css.spdx',
+ 'datamaps.world.min.spdx',
+ 'dygraph.min.js.spdx',
+ 'd3.spdx',
+ 'epoch.spdx',
+ 'glyphicons-halflings-regular.spdx',
+ 'jquery.spdx',
+ 'selectize.spdx',
+ 'topojson.spdx',
+ ],
install_dir: join_paths(modules_dir, 'http'),
)