mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
s4:torture: fix the build with auto dependencies
metze
This commit is contained in:
parent
e711d76157
commit
45cf68ce8f
@ -4,6 +4,7 @@ PUBLIC_DEPENDENCIES = \
|
||||
LIBSAMBA-HOSTCONFIG \
|
||||
LIBSAMBA-UTIL \
|
||||
LIBTALLOC
|
||||
CFLAGS = -I$(libtorturesrcdir) -I$(libtorturesrcdir)/../
|
||||
|
||||
torture_VERSION = 0.0.1
|
||||
torture_SOVERSION = 0
|
||||
|
@ -97,7 +97,7 @@ regtree_OBJ_FILES = $(libregistrysrcdir)/tools/regtree.o
|
||||
MANPAGES += $(libregistrysrcdir)/man/regtree.1
|
||||
|
||||
[SUBSYSTEM::torture_registry]
|
||||
PRIVATE_DEPENDENCIES = registry
|
||||
PRIVATE_DEPENDENCIES = torture registry
|
||||
|
||||
torture_registry_OBJ_FILES = $(addprefix $(libregistrysrcdir)/tests/, generic.o hive.o diff.o registry.o)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[SUBSYSTEM::TORTURE_UTIL]
|
||||
PRIVATE_DEPENDENCIES = LIBCLI_RAW
|
||||
PUBLIC_DEPENDENCIES = POPT_CREDENTIALS
|
||||
PUBLIC_DEPENDENCIES = torture POPT_CREDENTIALS
|
||||
|
||||
TORTURE_UTIL_OBJ_FILES = $(addprefix $(torturesrcdir)/, util_smb.o)
|
||||
|
||||
@ -89,6 +89,7 @@ mkinclude smb2/config.mk
|
||||
mkinclude winbind/config.mk
|
||||
|
||||
[SUBSYSTEM::TORTURE_NDR]
|
||||
PRIVATE_DEPENDENCIES = torture
|
||||
|
||||
TORTURE_NDR_OBJ_FILES = $(addprefix $(torturesrcdir)/ndr/, ndr.o winreg.o atsvc.o lsa.o epmap.o dfs.o netlogon.o drsuapi.o spoolss.o samr.o)
|
||||
|
||||
@ -139,7 +140,7 @@ $(eval $(call proto_header_template,$(torturesrcdir)/rap/proto.h,$(TORTURE_RAP_O
|
||||
SUBSYSTEM = smbtorture
|
||||
PRIVATE_DEPENDENCIES = \
|
||||
LIBCLI_SMB gensec auth KERBEROS \
|
||||
POPT_CREDENTIALS SMBPASSWD
|
||||
POPT_CREDENTIALS SMBPASSWD torture
|
||||
# End SUBSYSTEM TORTURE_AUTH
|
||||
#################################
|
||||
|
||||
@ -181,7 +182,7 @@ $(eval $(call proto_header_template,$(torturesrcdir)/unix/proto.h,$(TORTURE_UNIX
|
||||
SUBSYSTEM = smbtorture
|
||||
INIT_FUNCTION = torture_ldap_init
|
||||
PRIVATE_DEPENDENCIES = \
|
||||
LIBCLI_LDAP LIBCLI_CLDAP SAMDB POPT_CREDENTIALS
|
||||
LIBCLI_LDAP LIBCLI_CLDAP SAMDB POPT_CREDENTIALS torture
|
||||
# End SUBSYSTEM TORTURE_LDAP
|
||||
#################################
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
SUBSYSTEM = smbtorture
|
||||
INIT_FUNCTION = torture_smb2_init
|
||||
PRIVATE_DEPENDENCIES = \
|
||||
LIBCLI_SMB2 POPT_CREDENTIALS
|
||||
LIBCLI_SMB2 POPT_CREDENTIALS torture
|
||||
# End SUBSYSTEM TORTURE_SMB2
|
||||
#################################
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
SUBSYSTEM = smbtorture
|
||||
INIT_FUNCTION = torture_winbind_init
|
||||
PRIVATE_DEPENDENCIES = \
|
||||
LIBWINBIND-CLIENT
|
||||
LIBWINBIND-CLIENT torture
|
||||
# End SUBSYSTEM TORTURE_WINBIND
|
||||
#################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user