diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-03-07 21:13:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:27 -0500 |
commit | b7d96fdc0446bfce2aff5ddbe9c04f7400b6c9a0 (patch) | |
tree | c8fb0f827986751b7a00fcaf7e2413e961c0eef8 | |
parent | b81b6b31c5da2d4aade3120ea436a0433fbf025f (diff) | |
download | samba-b7d96fdc0446bfce2aff5ddbe9c04f7400b6c9a0.tar.gz samba-b7d96fdc0446bfce2aff5ddbe9c04f7400b6c9a0.tar.bz2 samba-b7d96fdc0446bfce2aff5ddbe9c04f7400b6c9a0.zip |
r21753: Enable building ndrdump with the builtin popt. Jelmer, please check!
(This used to be commit c1cfeb61a1d36d5cd219b5f5a7a84649e2028c4d)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |