diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-15 22:07:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:22 -0500 |
commit | 5f23c888afa56d2deecbedeb6c17ba99665d0db3 (patch) | |
tree | 85e40e851b6eacb440b0dabd67cf138dc496e1f4 /source4/torture/config.mk | |
parent | 8bcad6b9010a3a47620d4b34c34d2205f754ce14 (diff) | |
download | samba-5f23c888afa56d2deecbedeb6c17ba99665d0db3.tar.gz |
r21374: lsa tests
(This used to be commit bfc2a1c50596ac3aee871de63fdd99362a65d7d8)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r-- | source4/torture/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index e0d16b79170..15d34c0deff 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -102,7 +102,8 @@ INIT_FUNCTION = torture_ndr_init PRIVATE_PROTO_HEADER = ndr/proto.h OBJ_FILES = ndr/ndr.o \ ndr/winreg.o \ - ndr/atsvc.o + ndr/atsvc.o \ + ndr/lsa.o [MODULE::torture_rpc] # TORTURE_NET and TORTURE_NBT use functions from torture_rpc... |