From: Tomas Krizek Date: Thu, 24 Jan 2019 16:04:40 +0000 (+0100) Subject: meson/daemon: fix *.lua -> *.inc conversion X-Git-Tag: v4.0.0~24^2~244 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=92738e68a05b8a62e36bb34834ca0435b8022d81;p=thirdparty%2Fknot-resolver.git meson/daemon: fix *.lua -> *.inc conversion --- diff --git a/daemon/meson.build b/daemon/meson.build index 915ffdb56..f88f03f2d 100644 --- a/daemon/meson.build +++ b/daemon/meson.build @@ -23,7 +23,7 @@ embed_lua = generator( kresd_lua = embed_lua.process( 'lua/sandbox.lua', 'lua/config.lua', - preserve_path_from: meson.current_source_dir(), # TODO is this necessary? + preserve_path_from: meson.source_root(), ) diff --git a/meson.build b/meson.build index fc6423e41..6d144ab8e 100644 --- a/meson.build +++ b/meson.build @@ -89,10 +89,6 @@ subdir('lib') subdir('client') subdir('daemon') - -## kresd - - # TODO install man ## modules