diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-24 01:52:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:28 -0500 |
commit | 479ef0a3874098bdc90021908b329f6d74aa1b4b (patch) | |
tree | e7478177a24c2b2cb241bea5cb8cf0727939b5b0 /source4/lib/samba3/config.mk | |
parent | 6622d3be0996c6de2d714a3d32e5b06ffd5db171 (diff) | |
download | samba-479ef0a3874098bdc90021908b329f6d74aa1b4b.tar.gz samba-479ef0a3874098bdc90021908b329f6d74aa1b4b.tar.xz samba-479ef0a3874098bdc90021908b329f6d74aa1b4b.zip |
r9557: Some more updates. Use combined function for parsing a set of
samba3 databases
(This used to be commit b91a695bd854c6d37ec536edb2db7b6f97fe69dc)
Diffstat (limited to 'source4/lib/samba3/config.mk')
-rw-r--r-- | source4/lib/samba3/config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index 15802d3b8ed..5d96e233b47 100644 --- a/source4/lib/samba3/config.mk +++ b/source4/lib/samba3/config.mk @@ -6,7 +6,9 @@ INIT_OBJ_FILES = \ lib/samba3/tdbsam.o \ lib/samba3/policy.o \ lib/samba3/idmap.o \ - lib/samba3/winsdb.o + lib/samba3/winsdb.o \ + lib/samba3/samba3.o \ + lib/samba3/group.o # lib/samba3/secrets.o # End SUBSYSTEM LIBSAMBA3 ################################################ |