diff options
author | Matthieu Patou <mat@matws.net> | 2010-02-28 23:02:00 +0300 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-03-03 09:22:40 +0100 |
commit | e0726d4d661cfc508e8e8fd210a2cfba7ed53682 (patch) | |
tree | 6aa7f3e6f66090802e99bc4eaf268eca0a1e0182 /nsswitch | |
parent | 92785f9af6a124097fcc653375984499b441676d (diff) | |
download | samba-e0726d4d661cfc508e8e8fd210a2cfba7ed53682.tar.gz samba-e0726d4d661cfc508e8e8fd210a2cfba7ed53682.tar.bz2 samba-e0726d4d661cfc508e8e8fd210a2cfba7ed53682.zip |
s4-build: fix SMB_LIBRARY and change its name so it didn't collide with s3 one
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/config.m4 b/nsswitch/config.m4 index 2c8fa17ad9..680ee5daf0 100644 --- a/nsswitch/config.m4 +++ b/nsswitch/config.m4 @@ -2,7 +2,7 @@ AC_CHECK_HEADERS(nss.h nss_common.h ns_api.h ) case "$host_os" in *linux*) - SMB_LIBRARY(nss_winbind, + SMB_BUILD_LIBRARY(nss_winbind, [../nsswitch/winbind_nss_linux.o], [LIBWINBIND-CLIENT]) ;; |