diff options
author | Gerald Carter <jerry@samba.org> | 2004-04-07 12:43:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:10 -0500 |
commit | b393469d9581f20e4d4c52633b952ee984cca36f (patch) | |
tree | 92472b0af539644013e95f2c55ebba56c072b28f /source/Makefile.in | |
parent | 1fae60ab20c5cbe396dc8af1c8c9a98d5683fdf4 (diff) | |
download | samba-b393469d9581f20e4d4c52633b952ee984cca36f.tar.gz samba-b393469d9581f20e4d4c52633b952ee984cca36f.tar.xz samba-b393469d9581f20e4d4c52633b952ee984cca36f.zip |
r116: volker's patch for local group and group nesting
Diffstat (limited to 'source/Makefile.in')
-rw-r--r-- | source/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 3bb578ea84b..51b32b44311 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -627,6 +627,7 @@ WINBINDD_OBJ1 = \ nsswitch/winbindd_wins.o \ nsswitch/winbindd_rpc.o \ nsswitch/winbindd_ads.o \ + nsswitch/winbindd_passdb.o \ nsswitch/winbindd_dual.o \ nsswitch/winbindd_acct.o |