From 84cec7dc2c645e4d1bbab8e8496c4f6cd9562989 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Thu, 24 Oct 2019 14:34:19 +0300 Subject: remove pointless options. Less maintenence burden, especially since modules start using one another, complicating build requirements otherwise. Signed-off-by: Gediminas Jakutis --- src/diagnostic/meson.build | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/diagnostic/meson.build') diff --git a/src/diagnostic/meson.build b/src/diagnostic/meson.build index 5f066c1..11ea1f9 100644 --- a/src/diagnostic/meson.build +++ b/src/diagnostic/meson.build @@ -1,10 +1,6 @@ -if get_option('diagnostic') - diagnostic_filenames = [ - 'diagnostic.c', - 'diagnostic_private.h', - ] -else - diagnostic_filenames = [] -endif +diagnostic_filenames = [ + 'diagnostic.c', + 'diagnostic_private.h', +] diagnostic_sources = files(diagnostic_filenames) -- cgit v1.2.3