Displaying 1 result from an estimated 1 matches for "swat_prog".
Did you mean:
  swat_proto
  
2002 Jun 21
1
samba-2.2.5 -- a minor "make install" problem and 2 suggestions
....5.orig/source/Makefile.in	2002-06-19 03:13:24.000000000 +0200
+++ samba-2.2.5/source/Makefile.in	2002-06-21 11:42:14.000000000 +0200
@@ -94,7 +94,7 @@
 WINBIND_PAM_PROGS = @WINBIND_PAM_TARGETS@
 WINBIND_LPROGS = @WINBIND_LTARGETS@
 
-SPROGS = bin/smbd bin/nmbd bin/swat
+SPROGS = bin/smbd bin/nmbd @SWAT_PROG@
 PROGS1 = bin/smbclient bin/smbspool bin/testparm bin/testprns bin/smbstatus bin/smbcontrol bin/tdbbackup bin/make_printerdef @RUNPROG@ 
 PROGS2 = bin/smbpasswd bin/make_smbcodepage bin/rpcclient bin/make_unicodemap bin/smbcacls @WRAPPROG@ @WRAP@ @WRAP32@ @PAM_MOD@ @PDBEDIT@ @LIBSMBCLIENT@
 MPROGS...