diff options
author | Tim Potter <tpot@samba.org> | 2001-05-16 02:32:34 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-05-16 02:32:34 +0000 |
commit | 84913375ccd0af818f5b78c7ab30f32a9d9b0478 (patch) | |
tree | d8992d79c1cb36131e601f077c3cd72b1718c00a /source3/Makefile.in | |
parent | 5df33ed012c21a3478ccff7ee6398940bafa30e3 (diff) | |
download | samba-84913375ccd0af818f5b78c7ab30f32a9d9b0478.tar.gz samba-84913375ccd0af818f5b78c7ab30f32a9d9b0478.tar.bz2 samba-84913375ccd0af818f5b78c7ab30f32a9d9b0478.zip |
Added winbind programs to build for supported systems (i.e linux and
solaris) so the autobuilder can have a crack at it.
Cosmetic fix for large file support ./configure output.
(This used to be commit ded776af285baa65af151710fe7440b6c52fc409)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index b1ab8e6114..1dea8b151f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -80,7 +80,8 @@ SPROGS = bin/smbd bin/nmbd bin/swat PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus bin/smbcontrol @RUNPROG@ PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/make_unicodemap bin/rpcclient bin/smbcacls @WRAP@ @WRAP32@ @PAM_MOD@ MPROGS = @MPROGS@ -PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef bin/pdbedit +WINBIND_PROGS = nsswitch/pam_winbind.so nsswitch/libnss_winbind.so bin/winbindd bin/wbinfo +PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef bin/pdbedit @WINBIND_TARGETS@ SHLIBS = bin/libsmbclient.so SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/addtosmbpass $(srcdir)/script/convert_smbpasswd @@ -625,9 +626,6 @@ bin/wbinfo: $(WBINFO_OBJ) $(PARAM_OBJ) $(LIB_OBJ) $(NOPROTO_OBJ) $(UBIQX_OBJ) bi @$(LINK) -o $@ $(WBINFO_OBJ) $(PARAM_OBJ) $(LIB_OBJ) $(NOPROTO_OBJ) \ $(UBIQX_OBJ) $(LIBS) -nsswitch: nsswitch/pam_winbind.so nsswitch/libnss_winbind.so bin/winbindd \ - bin/wbinfo - bin/pam_smbpass.@SHLIBEXT@: $(PAM_SMBPASS_PICOOBJ) @echo "Linking shared library $@" $(LD) @LDSHFLAGS@ -symbolic -o $@ $(PAM_SMBPASS_PICOOBJ) -lpam $(LIBS) -lc |