about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85a2dc8e521b..b0a3e27aa197 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,10 @@ SUBS = \
   perl/Makefile \
   scripts/Makefile \
   corepkgs/Makefile \
-  tests/Makefile
+  tests/Makefile \
 
 GLOBAL_CXXFLAGS = -I . -I src -I src/libutil -I src/libstore -I src/libmain -I src/libexpr
 
+include Makefile.config
+
 include mk/lib.mk