summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build7
1 files changed, 6 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index aaf873d..eb7f9ad 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,9 @@
-project('iot-contact')
+project(
+ 'iot-contact',
+ default_options: {
+ 'prefix': '/',
+ },
+)
subdir('tools')