diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-07 16:41:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:32 -0500 |
commit | ceb6e9717bf8ea5c83a01e159a7006fd8651620c (patch) | |
tree | 79b965506d85c0abcd5f14d22b86828d4caabdba /source4/torture | |
parent | 967bff7d88f478b49bba9e04244fd9239c0cf3c8 (diff) | |
download | samba-ceb6e9717bf8ea5c83a01e159a7006fd8651620c.tar.gz samba-ceb6e9717bf8ea5c83a01e159a7006fd8651620c.tar.bz2 samba-ceb6e9717bf8ea5c83a01e159a7006fd8651620c.zip |
r13960: Generate makefile rules for installing/removing shared modules.
(This used to be commit 2c746980328431ab04852dc668899e3eb042da99)
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/config.mk | 4 | ||||
-rw-r--r-- | source4/torture/local/config.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index c680468484..40a8a088ca 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -71,7 +71,7 @@ PRIVATE_PROTO_HEADER = \ OBJ_FILES = \ com/simple.o REQUIRED_SUBSYSTEMS = \ - COM DCOM + com dcom # End SUBSYSTEM TORTURE_COM ################################# @@ -149,7 +149,7 @@ OBJ_FILES = \ auth/ntlmssp.o \ auth/pac.o REQUIRED_SUBSYSTEMS = \ - LIBSMB GENSEC AUTH + LIBSMB gensec auth # End SUBSYSTEM TORTURE_AUTH ################################# diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index 7ee7a13d58..84d439e216 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -20,7 +20,7 @@ OBJ_FILES = \ REQUIRED_SUBSYSTEMS = \ LIBSMB \ MESSAGING \ - REGISTRY + registry # End SUBSYSTEM TORTURE_LOCAL ################################# |