From c5d922d7085c980edad3764687e2488a1b0907d0 Mon Sep 17 00:00:00 2001 From: Jose Bollo Date: Wed, 11 Sep 2019 16:37:24 +0200 Subject: Refactor of sample keys and certificates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoid installing any certificate or key. But if requested, install the certificates and the keys that are given as example. Bug-AGL: SPEC-2840 Change-Id: I26aebd63fad842bb9746c3a004956d9dbafc091f Signed-off-by: José Bollo --- afm-main.pc.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'afm-main.pc.in') diff --git a/afm-main.pc.in b/afm-main.pc.in index c9ec05d..788e583 100644 --- a/afm-main.pc.in +++ b/afm-main.pc.in @@ -19,6 +19,9 @@ icondir=@afm_icondir@ installdir=@afm_appdir@ +trusted_certs_dir=@wgtpkg_trusted_certs_dir@ +sample_certs_dir=@wgtpkg_sample_certs_dir@ +sample_keys_dir=@wgtpkg_sample_keys_dir@ Name: @PROJECT_PRETTY_NAME@ Description: @PROJECT_DESCRIPTION@ -- cgit 1.2.3-korg