summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-02-15 02:04:41 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-02-15 02:04:41 +0000
commitab1035aa1b93ea480b07f3a85925cf0d127606a5 (patch)
treeb535b45dcd0f8d950c3116f473c3a0ee08980871 /source3
parent1cf9b9be79c6ff45361ed04b857d17e3cb5dc27c (diff)
downloadsamba-ab1035aa1b93ea480b07f3a85925cf0d127606a5.tar.gz
samba-ab1035aa1b93ea480b07f3a85925cf0d127606a5.tar.bz2
samba-ab1035aa1b93ea480b07f3a85925cf0d127606a5.zip
Use more portable @SHLIBEXT@ instead of .so
(This used to be commit ba25db83f241a28200132f3dc52f7f5f93a3b00e)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a14380ce6c..dceac7810f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -641,7 +641,7 @@ smbfilter : SHOWFLAGS bin/smbfilter@EXEEXT@
talloctort : SHOWFLAGS bin/talloctort@EXEEXT@
-nsswitch : SHOWFLAGS bin/winbindd@EXEEXT@ bin/wbinfo@EXEEXT@ nsswitch/libnss_winbind.so nsswitch/pam_winbind.so
+nsswitch : SHOWFLAGS bin/winbindd@EXEEXT@ bin/wbinfo@EXEEXT@ nsswitch/libnss_winbind.@SHLIBEXT@ nsswitch/pam_winbind.@SHLIBEXT@
wins : SHOWFLAGS nsswitch/libnss_wins.@SHLIBEXT@