summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2002-01-12 02:06:17 +0000
committerAndrew Bartlett <abartlet@samba.org>2002-01-12 02:06:17 +0000
commit6ce467a65fdaabbcfac258a1b899c833602b6d92 (patch)
treed90e5efbb93907771a6282d43966b85113abf614
parent28d5ab269cfba5e8410163edb3e0c222ed7f0be1 (diff)
downloadsamba-6ce467a65fdaabbcfac258a1b899c833602b6d92.tar.gz
samba-6ce467a65fdaabbcfac258a1b899c833602b6d92.tar.xz
samba-6ce467a65fdaabbcfac258a1b899c833602b6d92.zip
Thanks to vance for spotting the missing Makefile.in commit.
This should make things a little happier... Andrew Bartlett
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 8920cea648a..bf39b8c422e 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -182,7 +182,7 @@ RPC_CLIENT_OBJ = rpc_client/cli_netlogon.o rpc_client/cli_pipe.o \
LOCKING_OBJ = locking/locking.o locking/brlock.o locking/posix.o
-PASSDB_OBJ = passdb/passdb.o \
+PASSDB_OBJ = passdb/passdb.o passdb/pdb_get_set.o \
passdb/machine_sid.o passdb/pdb_smbpasswd.o \
passdb/pdb_tdb.o passdb/pdb_ldap.o \
passdb/pdb_nisplus.o