From: Tomas Krizek Date: Thu, 7 Feb 2019 15:26:21 +0000 (+0100) Subject: meson: etc - managed_ta and root.keys X-Git-Tag: v4.0.0~24^2~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9235915b2bceebb5e6e78bbf9bee331bdc8f4dde;p=thirdparty%2Fknot-resolver.git meson: etc - managed_ta and root.keys --- diff --git a/etc/meson.build b/etc/meson.build index d921b874f..03a2dedda 100644 --- a/etc/meson.build +++ b/etc/meson.build @@ -1,10 +1,17 @@ # etc etc_files = [ - 'icann-ca.pem', 'root.hints', ] +if managed_ta + etc_files += ['icann-ca.pem'] +endif + +if install_root_keys + etc_files += ['root.keys'] +endif + subdir('config') diff --git a/distro/common/root.keys b/etc/root.keys similarity index 100% rename from distro/common/root.keys rename to etc/root.keys