aboutsummaryrefslogtreecommitdiffstats
path: root/src/time/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/meson.build')
-rw-r--r--src/time/meson.build14
1 files changed, 5 insertions, 9 deletions
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)