diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-24 16:39:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:32 -0500 |
commit | cdf218e270bb6e0e3e04419279292c80ed39fb98 (patch) | |
tree | b68c8122feb58ff86f7167786a1afc330692387a /source4/lib/samba3/config.mk | |
parent | b873c1789faf4413dcd30e934135ce3517510408 (diff) | |
download | samba-cdf218e270bb6e0e3e04419279292c80ed39fb98.tar.gz samba-cdf218e270bb6e0e3e04419279292c80ed39fb98.tar.xz samba-cdf218e270bb6e0e3e04419279292c80ed39fb98.zip |
r9589: Support reading secrets tdb
(This used to be commit dd15131b5219ecf0d09329c0de37c426b9147f45)
Diffstat (limited to 'source4/lib/samba3/config.mk')
-rw-r--r-- | source4/lib/samba3/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index 23f07106f0..75073048d0 100644 --- a/source4/lib/samba3/config.mk +++ b/source4/lib/samba3/config.mk @@ -9,8 +9,8 @@ ADD_OBJ_FILES = \ lib/samba3/winsdb.o \ lib/samba3/samba3.o \ lib/samba3/group.o \ - lib/samba3/registry.o -# lib/samba3/secrets.o + lib/samba3/registry.o \ + lib/samba3/secrets.o # End SUBSYSTEM LIBSAMBA3 ################################################ |