From: Volker Lendecke Date: Wed, 7 Mar 2007 21:13:51 +0000 (+0000) Subject: r21753: Enable building ndrdump with the builtin popt. Jelmer, please check! X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~984 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1cfeb61a1d36d5cd219b5f5a7a84649e2028c4d;p=thirdparty%2Fsamba.git r21753: Enable building ndrdump with the builtin popt. Jelmer, please check! --- diff --git a/source/Makefile.in b/source/Makefile.in index 950cdedd627..899c3f703fd 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -723,7 +723,7 @@ REPLACETORT_OBJ = lib/replace/test/testsuite.o lib/replace/test/os2_delete.o \ 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 \