summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-06-26 17:11:07 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-06-26 17:11:07 +0100
commitf4a9a3b691fd6a8291d7b7cc53b4c5fecc13da0b (patch)
tree732e4b30d7ba73587ab9edf39cb11508f12a8786 /meson.build
parent1e8bb087affaaa8ef9e589c4daeaf7e7e552e12d (diff)
downloadatk-f4a9a3b691fd6a8291d7b7cc53b4c5fecc13da0b.tar.gz
Refresh the build
Use a consistent, idiomatic syntax and coding style for the Meson build.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index d26a777..daf5b30 100644
--- a/meson.build
+++ b/meson.build
@@ -118,6 +118,7 @@ gnome = import('gnome')
configure_file(output: 'config.h', configuration: atk_conf)
root_inc = include_directories('.')
+atk_inc = include_directories('atk')
subdir('atk')
subdir('tests')