aboutsummaryrefslogtreecommitdiffstats
path: root/src/diagnostic
diff options
context:
space:
mode:
Diffstat (limited to 'src/diagnostic')
-rw-r--r--src/diagnostic/meson.build12
1 files changed, 4 insertions, 8 deletions
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)