diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-01 01:34:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:27 -0500 |
commit | 47bf79eac5c5c23394778b7e20a5263be71a9c66 (patch) | |
tree | ba4b91d80f32f0c41d066b6737263d2229079098 /source4/winbind | |
parent | 2a13a7f09fdf273a913b649b2e47962be0fc8138 (diff) | |
download | samba-47bf79eac5c5c23394778b7e20a5263be71a9c66.tar.gz samba-47bf79eac5c5c23394778b7e20a5263be71a9c66.tar.bz2 samba-47bf79eac5c5c23394778b7e20a5263be71a9c66.zip |
r15370: Fix more dependencies for shared libs
(This used to be commit 9a518661fbb76bf1c153afc6f581e888186dc165)
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 e8c5ea11ce..d8dc03622e 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 + PAM_ERRORS service # End SUBSYSTEM WINBIND ####################### |