From 53e1586e2a2c32ad57524343de81f9cff5882b48 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 13 Jul 2010 17:07:49 +0200 Subject: s3-waf: fix the build. Guenther --- source3/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index e231a4100e..8f18c3e47b 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -301,6 +301,7 @@ LIBMSRPC_GEN_SRC = '''../librpc/gen_ndr/cli_lsa.c ../librpc/gen_ndr/cli_epmapper.c ../librpc/gen_ndr/cli_drsuapi.c ../librpc/gen_ndr/cli_spoolss.c + ../librpc/rpc/dcerpc_util.c ${LIBNDR_GEN_SRC} ${RPCCLIENT_NDR_SRC}''' -- cgit