1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r21753: Enable building ndrdump with the builtin popt. Jelmer, please check!

(This used to be commit c1cfeb61a1)
This commit is contained in:
Volker Lendecke 2007-03-07 21:13:51 +00:00 committed by Gerald (Jerry) Carter
parent b81b6b31c5
commit b7d96fdc04

View File

@ -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 \