diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-01 01:41:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:28 -0500 |
commit | 806c5c96211816360ebd0072dd9155e3db6b5195 (patch) | |
tree | 70900ce22b3baf1be63d0c14422de50d4798c272 /source4/winbind | |
parent | 47bf79eac5c5c23394778b7e20a5263be71a9c66 (diff) | |
download | samba-806c5c96211816360ebd0072dd9155e3db6b5195.tar.gz samba-806c5c96211816360ebd0072dd9155e3db6b5195.tar.bz2 samba-806c5c96211816360ebd0072dd9155e3db6b5195.zip |
r15371: Revert some of my previous patch as it was breaking the plain build
(This used to be commit fac9871122bcea2bb282ba77e5032094733442e5)
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/config.mk b/source4/winbind/config.mk index d8dc03622e..26807de86c 100644 --- a/source4/winbind/config.mk +++ b/source4/winbind/config.mk @@ -24,7 +24,7 @@ OBJ_FILES = \ wb_cmd_list_trustdom.o \ wb_pam_auth.o PUBLIC_DEPENDENCIES = WB_HELPER RPC_NDR_LSA RPC_NDR_SAMR process_model \ - PAM_ERRORS service + PAM_ERRORS # End SUBSYSTEM WINBIND ####################### |