summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-07-03 06:46:37 +0000
committerTim Potter <tpot@samba.org>2001-07-03 06:46:37 +0000
commit3fd2387a952484c27c580c896b6bc1456aa96365 (patch)
treeed30f0b8be29bb8a31517371dc700498051f17b6
parente77cfe1379d92d2be4e2895454e14d11311a913d (diff)
downloadsamba-3fd2387a952484c27c580c896b6bc1456aa96365.tar.gz
samba-3fd2387a952484c27c580c896b6bc1456aa96365.tar.xz
samba-3fd2387a952484c27c580c896b6bc1456aa96365.zip
Split pam_winbind out of WINBIND progs so it can be build separately
only if --with-pam is specified.
-rw-r--r--source/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 57806a6f89d..b74f40fa396 100644
--- a/source/Makefile.in
+++ b/source/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