1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3-waf: no need anymore to include "source4" globally.

Guenther
This commit is contained in:
Günther Deschner 2011-01-24 15:26:11 +01:00
parent 0dc1eee0b8
commit c675b1c827

View File

@ -72,7 +72,7 @@ def configure(conf):
conf.ADD_EXTRA_INCLUDES('''#source3 #source3/include #lib/replace #lib/talloc
#lib/tevent #source3/libaddns #source3/librpc
#source3/lib #lib/tdb/include #lib/popt #source4''')
#source3/lib #lib/tdb/include #lib/popt''')
conf.RECURSE('../lib/replace')
conf.RECURSE('build')