mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
This commit is contained in:
commit
7ae25aa612
@ -84,7 +84,6 @@ sub check_module($$$)
|
||||
|
||||
return if ($mod->{ENABLE} ne "YES");
|
||||
|
||||
|
||||
if (exists($INPUT->{$mod->{SUBSYSTEM}}{INIT_FUNCTION_TYPE})) {
|
||||
$mod->{INIT_FUNCTION_TYPE} = $INPUT->{$mod->{SUBSYSTEM}}{INIT_FUNCTION_TYPE};
|
||||
} else {
|
||||
|
@ -13,7 +13,7 @@ PUBLIC_HEADERS += param/param.h
|
||||
PC_FILES += $(paramsrcdir)/samba-hostconfig.pc
|
||||
|
||||
[SUBSYSTEM::PROVISION]
|
||||
PRIVATE_DEPENDENCIES = LIBPYTHON
|
||||
PRIVATE_DEPENDENCIES = LIBPYTHON swig_ldb
|
||||
|
||||
PROVISION_OBJ_FILES = $(paramsrcdir)/provision.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user