From 080d590de1ff9f8ebc55aeffaea8d41991466549 Mon Sep 17 00:00:00 2001 From: Aurelien Aptel Date: Thu, 14 Dec 2017 16:47:49 +0100 Subject: packaging: add configure option to preprocess and install systemd files Turn the systemd service files under packaging into template (.in) files with @VAR@ substitutions and add configure options to install and tweak them. Signed-off-by: Aurelien Aptel Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam --- wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build') diff --git a/wscript_build b/wscript_build index e2b1f872017..8a59bdf6cab 100644 --- a/wscript_build +++ b/wscript_build @@ -147,6 +147,7 @@ bld.RECURSE('source3') bld.RECURSE('dfs_server') bld.RECURSE('file_server') bld.RECURSE('lib/krb5_wrap') +bld.RECURSE('packaging') bld.RECURSE('testsuite/headers') -- cgit v1.2.1