From b7d96fdc0446bfce2aff5ddbe9c04f7400b6c9a0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 7 Mar 2007 21:13:51 +0000 Subject: r21753: Enable building ndrdump with the builtin popt. Jelmer, please check! (This used to be commit c1cfeb61a1d36d5cd219b5f5a7a84649e2028c4d) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 950cdedd62..899c3f703f 100644 --- a/source3/Makefile.in +++ b/source3/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 \ -- cgit