From 13cbd9f919a3cf6ea83cdc80c3e6891d9d276fe4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 23 Feb 2010 08:09:46 +1100 Subject: build: s4 wants config.h in include/ --- lib/replace/wafsamba.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/replace/wafsamba.py') diff --git a/lib/replace/wafsamba.py b/lib/replace/wafsamba.py index ffa013de22..e1fae62119 100644 --- a/lib/replace/wafsamba.py +++ b/lib/replace/wafsamba.py @@ -51,9 +51,9 @@ def CHECK_FUNCS_IN(conf, list, library): ################################################# # write out config.h in the right directory @conf -def SAMBA_CONFIG_H(conf): +def SAMBA_CONFIG_H(conf, path='config.h'): if os.path.normpath(conf.curdir) == os.path.normpath(os.environ.get('PWD')): - conf.write_config_header('config.h', top=True) + conf.write_config_header(path, top=True) ############################################################## -- cgit