diff options
author | Tim Potter <tpot@samba.org> | 2001-07-03 06:46:37 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-07-03 06:46:37 +0000 |
commit | 23d4aec48cce607de2498a85a2630791b0ee08bf (patch) | |
tree | 613e09a9e7bf8474faa88336dc8870b5668bae81 /source3 | |
parent | 983d841e369eeecf0e2a501dfb9b97dfc367fb8d (diff) | |
download | samba-23d4aec48cce607de2498a85a2630791b0ee08bf.tar.gz samba-23d4aec48cce607de2498a85a2630791b0ee08bf.tar.bz2 samba-23d4aec48cce607de2498a85a2630791b0ee08bf.zip |
Split pam_winbind out of WINBIND progs so it can be build separately
only if --with-pam is specified.
(This used to be commit 3fd2387a952484c27c580c896b6bc1456aa96365)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 57806a6f89..b74f40fa39 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -83,7 +83,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@ -WINBIND_PROGS = nsswitch/pam_winbind.so nsswitch/libnss_winbind.so bin/winbindd bin/wbinfo +WINBIND_PROGS = nsswitch/libnss_winbind.so bin/winbindd bin/wbinfo +WINBIND_PAM_PROGS = nsswitch/pam_winbind.so PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef bin/pdbedit @WINBIND_TARGETS@ TORTURE_PROGS = bin/smbtorture bin/msgtest bin/masktest bin/locktest bin/locktest2 SHLIBS = bin/libsmbclient |