mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
build: check for pam
This commit is contained in:
parent
bbb85a26eb
commit
71b5f97cd0
2
source4/auth/wscript_configure
Normal file
2
source4/auth/wscript_configure
Normal file
@ -0,0 +1,2 @@
|
||||
conf.CHECK_HEADERS('security/pam_appl.h')
|
||||
conf.CHECK_FUNCS_IN('pam_start', 'pam')
|
@ -28,6 +28,7 @@ def configure(conf):
|
||||
conf.sub_config('ntvfs/sysdep')
|
||||
conf.sub_config('../lib/util')
|
||||
conf.sub_config('../lib/zlib')
|
||||
conf.sub_config('auth')
|
||||
|
||||
conf.DEFINE('CONFIG_H_IS_FROM_SAMBA', 1)
|
||||
conf.ADD_EXTRA_INCLUDES('#source4 #lib #source4/lib #source4/include #lib/socket_wrapper #lib/talloc #lib/replace #lib/event')
|
||||
|
Loading…
x
Reference in New Issue
Block a user