summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-02-15 02:05:45 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-02-15 02:05:45 +0000
commit660d9ad9865656f6f294aab7f883f89d3f362496 (patch)
treed479c7d0eea930d46a95145bdfacbc1ce6793c9f /source3
parent9770ba3f4c73603a9d77facdfbc7cc8e030cb25c (diff)
downloadsamba-660d9ad9865656f6f294aab7f883f89d3f362496.tar.gz
samba-660d9ad9865656f6f294aab7f883f89d3f362496.tar.bz2
samba-660d9ad9865656f6f294aab7f883f89d3f362496.zip
Use more portable @SHLIBEXT@ instead of .so
(This used to be commit bddc54818eb57673ab53c9b7dd0547e3d61aa08b)
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 2d6ba777b3..6af3368a5b 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -613,7 +613,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@