summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 4a780c8..69bcf7c 100644
--- a/meson.build
+++ b/meson.build
@@ -10,6 +10,8 @@ resource_dir = join_paths(get_option('datadir'), progname)
version_fallback = files('VERSION')
inc = include_directories('include')
+subdir('include')
+
resource_dir_arg = 'DATA_DIR=' + '"' + join_paths(get_option('prefix'), resource_dir) + '"'
add_project_arguments('-D', resource_dir_arg, language : 'c')
add_project_link_arguments('-rdynamic', language : 'c')