Fix compiler warnings
This commit is contained in:
parent
861d2c0e95
commit
6b8f1f9a6c
3 changed files with 18 additions and 15 deletions
4
wscript
4
wscript
|
@ -44,6 +44,10 @@ def configure(conf):
|
|||
conf.check_cfg(package='talloc', uselib_store='talloc',
|
||||
args=['--cflags', '--libs' ])
|
||||
|
||||
# Check for tevent
|
||||
conf.check_cfg(package='tevent', uselib_store='samba',
|
||||
args=['--cflags', '--libs' ])
|
||||
|
||||
# Check for samba-4.0
|
||||
conf.check_cfg(package='samba-util', uselib_store='samba',
|
||||
args=['--cflags', '--libs' ])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue