diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-04-17 11:25:40 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-18 12:04:59 +1000 |
commit | 99caee5eef6e054ad6c94a00e3de869f764954f7 (patch) | |
tree | f0b1b50f5ada7b57720425709505c8f4b70b92b5 /buildtools | |
parent | 9e9887d3232b335b5494f2d536a1fa8a625de86c (diff) | |
download | samba-99caee5eef6e054ad6c94a00e3de869f764954f7.tar.gz samba-99caee5eef6e054ad6c94a00e3de869f764954f7.tar.bz2 samba-99caee5eef6e054ad6c94a00e3de869f764954f7.zip |
build: Remove more of the s3 special cases in waf: only pidfile.c needs -DCONFIGFILE
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/wafsamba/samba3.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/buildtools/wafsamba/samba3.py b/buildtools/wafsamba/samba3.py index fef81523c4..369285c395 100644 --- a/buildtools/wafsamba/samba3.py +++ b/buildtools/wafsamba/samba3.py @@ -100,12 +100,6 @@ def s3_fix_kwargs(bld, kwargs): includes += TO_LIST(kwargs['includes']) kwargs['includes'] = includes - # some S3 code assumes that CONFIGFILE is set - cflags = ['-DCONFIGFILE="%s"' % bld.env['CONFIGFILE']] - if 'cflags' in kwargs: - cflags += TO_LIST(kwargs['cflags']) - kwargs['cflags'] = cflags - # these wrappers allow for mixing of S3 and S4 build rules in the one build def SAMBA3_LIBRARY(bld, name, *args, **kwargs): |