diff options
author | Günther Deschner <gd@samba.org> | 2007-08-30 15:55:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:23 -0500 |
commit | 3e4c094e61702bb07619e256efa7ab5e713f82db (patch) | |
tree | 6777eeb9a4482bc0eca83fbc39477ac05f9156de | |
parent | 647abf0a7b46a10c25e4d147dca2c4885b3ada7c (diff) | |
download | samba-3e4c094e61702bb07619e256efa7ab5e713f82db.tar.gz samba-3e4c094e61702bb07619e256efa7ab5e713f82db.tar.bz2 samba-3e4c094e61702bb07619e256efa7ab5e713f82db.zip |
r24805: When we can build the locator, build it.
Guenther
(This used to be commit 91d10fe1598b92090a94286f84395caa1bdf7a41)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 3bef7e627a..0bd6237c6c 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1000,7 +1000,7 @@ replacetort : SHOWFLAGS bin/replacetort@EXEEXT@ timelimit : SHOWFLAGS bin/timelimit@EXEEXT@ nsswitch : SHOWFLAGS bin/winbindd@EXEEXT@ bin/wbinfo@EXEEXT@ @WINBIND_NSS@ \ - @WINBIND_WINS_NSS@ bin/pam_winbind.@SHLIBEXT@ + @WINBIND_WINS_NSS@ bin/pam_winbind.@SHLIBEXT@ @SMB_KRB5_LOCATOR@ wins : SHOWFLAGS @WINBIND_WINS_NSS@ |