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/time/meson.build | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'src/time/meson.build') diff --git a/src/time/meson.build b/src/time/meson.build index 5a6d9cc..ce638ce 100644 --- a/src/time/meson.build +++ b/src/time/meson.build @@ -1,11 +1,7 @@ -if get_option('time') - time_filenames = [ - 'benchmark.c', - 'time.c', - 'time_private.h', - ] -else - time_filenames = [] -endif +time_filenames = [ + 'benchmark.c', + 'time.c', + 'time_private.h', +] time_sources = files(time_filenames) -- cgit v1.2.3