summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 467a75ee..e23454c1 100644
--- a/wscript
+++ b/wscript
@@ -49,6 +49,7 @@ def configure(conf):
conf.check_tool('compiler_cxx')
conf.check_tool('compiler_cc')
+ conf.sub_config('common')
conf.sub_config('linux')
if Params.g_options.dbus:
conf.sub_config('linux/dbus')