diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-17 21:53:29 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:40 +1000 |
commit | 7ed65d2e126161f269ea823d2fa02e79b779fc63 (patch) | |
tree | 614ee0cf71a12bbcd6c6f5a7d6b45a4055b32c61 /source4/wscript | |
parent | 36e6d11dceb7af9cccdff3c631745427e31b8835 (diff) | |
download | samba-7ed65d2e126161f269ea823d2fa02e79b779fc63.tar.gz samba-7ed65d2e126161f269ea823d2fa02e79b779fc63.tar.bz2 samba-7ed65d2e126161f269ea823d2fa02e79b779fc63.zip |
build: result of hack session with ita
Diffstat (limited to 'source4/wscript')
-rw-r--r-- | source4/wscript | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/wscript b/source4/wscript index e9c762ec02..67c6f96870 100644 --- a/source4/wscript +++ b/source4/wscript @@ -19,14 +19,12 @@ def set_options(opt): def configure(conf): conf.DEFINE('_SAMBA_BUILD_', 4) conf.find_program('python', var='PYTHON', mandatory=True) + conf.find_program('perl', var='PERL', mandatory=True) conf.sub_config(LIBREPLACE_DIR) conf.sub_config(LIBLDB_DIR) conf.sub_config('heimdal_build') conf.DEFINE('CONFIG_H_IS_FROM_SAMBA', 1) - conf.ADD_CFLAGS('-I.. -I../lib -I../../lib -I../.. -I../include -Idefault/source4') - conf.ADD_CFLAGS('-I../../lib/socket_wrapper -I../../lib/talloc -I../../lib/replace -I../../lib/tevent') - - conf.ADD_CFLAGS('-I../heimdal_build -I../heimdal/lib/krb5 -I../heimdal/lib/asn1 -I../heimdal/lib/com_err -I -I../heimdal/lib/hx509 -I../heimdal/lib/roken -I../heimdal/lib/hx509 -I../heimdal/lib/asn1 -I../heimdal/lib/hcrypto -I../heimdal/lib -I../heimdal/lib/hcrypto/imath -I../heimdal/lib/wind') + conf.ADD_EXTRA_INCLUDES('#source4 #lib #source4/lib #source4/include #lib/socket_wrapper #lib/talloc #lib/replace #lib/event') conf.SAMBA_CONFIG_H('include/config.h') |