summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-08-02 00:14:21 +0000
committerTim Potter <tpot@samba.org>2001-08-02 00:14:21 +0000
commitae0d7d2822b80c2b4f844368f9002e27d2a85c3f (patch)
tree13839859a2ec688f41a0beb2799f708b6a6ce5fd
parent1c9c59c15f4a22cd4a05022a8e087a9652efd39f (diff)
downloadsamba-ae0d7d2822b80c2b4f844368f9002e27d2a85c3f.tar.gz
samba-ae0d7d2822b80c2b4f844368f9002e27d2a85c3f.tar.xz
samba-ae0d7d2822b80c2b4f844368f9002e27d2a85c3f.zip
Merge of winbind Makefile changes from HEAD.
-rw-r--r--source/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 7e833771217..e8495024c98 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -79,13 +79,15 @@ FLAGS = $(ISA) $(FLAGS5) $(PASSWD_FLAGS)
FLAGS32 = $(ISA32) $(FLAGS5) $(PASSWD_FLAGS)
WINBIND_PROGS = bin/wbinfo
-WINBIND_SPROGS = bin/winbindd nsswitch/libnss_winbind.so
+WINBIND_SPROGS = bin/winbindd
WINBIND_PAM_PROGS = nsswitch/pam_winbind.so
+WINBIND_LPROGS = @WINBIND_PAM_PROGS@ nsswitch/libnss_winbind.so
SPROGS = bin/smbd bin/nmbd bin/swat @WINBIND_STARGETS@
PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus bin/smbcontrol bin/make_printerdef @RUNPROG@ @WINBIND_TARGETS@
PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/rpcclient bin/make_unicodemap bin/smbcacls @WRAP@ @WRAP32@ @PAM_MOD@
MPROGS = @MPROGS@
+LPROGS = @WINBIND_LTARGETS@
PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup
SCRIPTS = $(srcdir)/script/smbtar
@@ -386,7 +388,7 @@ NSS_OBJ = $(NSS_OBJ_0:.o=.po)
# now the rules...
######################################################################
-all : CHECK $(SPROGS) $(PROGS)
+all : CHECK $(SPROGS) $(PROGS) nsswitch
pam_smbpass : CHECK bin/pam_smbpass.@SHLIBEXT@
@@ -414,7 +416,7 @@ debug2html : CHECK bin/debug2html
smbfilter : CHECK bin/smbfilter
-nsswitch : CHECK @WINBIND_TARGETS@
+nsswitch : CHECK @WINBIND_TARGETS@ @WINBIND_STARGETS@ @WINBIND_LTARGETS@
.SUFFIXES:
.SUFFIXES: .c .o .po .po32 .lo