svn commit: samba r21753 - in branches/SAMBA_3_0/source: .

vlendec at samba.org vlendec at samba.org
Wed Mar 7 21:13:52 GMT 2007


Author: vlendec
Date: 2007-03-07 21:13:51 +0000 (Wed, 07 Mar 2007)
New Revision: 21753

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

Log:
Enable building ndrdump with the builtin popt. Jelmer, please check!
Modified:
   branches/SAMBA_3_0/source/Makefile.in


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2007-03-07 20:58:51 UTC (rev 21752)
+++ branches/SAMBA_3_0/source/Makefile.in	2007-03-07 21:13:51 UTC (rev 21753)
@@ -723,7 +723,7 @@
 NDRDUMP_OBJ = librpc/tools/ndrdump.o \
 			  $(PARAM_OBJ) $(LIBNDR_OBJ) $(LIBNDR_GEN_OBJ) \
 			  $(LIBSAMBA_OBJ) $(LIB_NONSMBD_OBJ) $(POPT_LIB_OBJ) \
-			  $(RPC_PARSE_OBJ1) $(DOSERR_OBJ) $(POPT_OBJ) $(SECRETS_OBJ)
+			  $(RPC_PARSE_OBJ1) $(DOSERR_OBJ) $(SECRETS_OBJ)
 
 RPCTORTURE_OBJ = torture/rpctorture.o \
              rpcclient/display.o \



More information about the samba-cvs mailing list