summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-17 16:10:28 +0100
committerGünther Deschner <gd@samba.org>2011-07-31 22:37:26 +0200
commit51481c5912288368fd9c8ed4aebbe22a2a330ddc (patch)
tree4165bdef073c6c7fabef2bb11067b0f89b48a08b /source3/Makefile.in
parent3fd1652104717cf9b7eead1979a718e1163341af (diff)
downloadsamba-51481c5912288368fd9c8ed4aebbe22a2a330ddc.tar.gz
samba-51481c5912288368fd9c8ed4aebbe22a2a330ddc.tar.bz2
samba-51481c5912288368fd9c8ed4aebbe22a2a330ddc.zip
s3-secrets: add lsa_secret passdb api.
Guenther
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index f0718cef6b..ff2d433f82 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -520,7 +520,8 @@ LIBADS_SERVER_OBJ = libads/kerberos_verify.o libads/authdata.o ../auth/kerberos/
LIBADS_PRINTER_OBJ = libads/ldap_printer.o
SECRETS_OBJ = passdb/secrets.o passdb/machine_account_secrets.o passdb/machine_sid.o \
- librpc/gen_ndr/ndr_secrets.o
+ librpc/gen_ndr/ndr_secrets.o \
+ passdb/secrets_lsa.o
LIBNBT_OBJ = ../libcli/nbt/nbtname.o \
../libcli/netlogon/netlogon.o \