svn commit: samba r5085 - in branches/SAMBA_4_0/source/build/smb_build: .

tridge at samba.org tridge at samba.org
Sat Jan 29 03:44:48 GMT 2005


Author: tridge
Date: 2005-01-29 03:44:47 +0000 (Sat, 29 Jan 2005)
New Revision: 5085

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5085

Log:
add net and nmblookup to installed binaries

metze, can you look at automating this when you get time? We really
need a flag in config.mk for "BINARY::" sections for the install
location, something like:

[BINARY::nmblookup]
OBJ_FILES = \
		utils/nmblookup.o
INSTALL_IN = bin


Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-01-29 03:17:14 UTC (rev 5084)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2005-01-29 03:44:47 UTC (rev 5085)
@@ -608,7 +608,9 @@
 		bin/gentest \\
 		bin/locktest \\
 		bin/masktest \\
-		bin/ndrdump
+		bin/ndrdump \\
+		bin/net \\
+		bin/nmblookup
 
 LDB_PROGS = 	bin/ldbadd \\
 		bin/ldbdel \\



More information about the samba-cvs mailing list