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.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/time/meson.build b/src/time/meson.build
new file mode 100644
index 0000000..93c1a4d
--- /dev/null
+++ b/src/time/meson.build
@@ -0,0 +1,10 @@
+if get_option('time')
+ time_filenames = [
+ 'time.c',
+ 'time_private.h',
+ ]
+else
+ time_filenames = []
+endif
+
+time_sources = files(time_filenames)