From 5af3177dbd79c3fe494ae82509a37368c8caf204 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 16 Aug 2010 20:35:31 +0200 Subject: [PATCH] s3-waf: Create a variable for LIBNDR_NTPRINTING_SRC. --- source3/wscript_build | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source3/wscript_build b/source3/wscript_build index 76d605a19f8..f5e15336696 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -86,6 +86,9 @@ LIBNDR_GEN_SRC = '''../librpc/gen_ndr/ndr_wkssvc.c ../librpc/gen_ndr/ndr_ntsvcs.c ${LIBNDR_SPOOLSS_SRC}''' +LIBNDR_NTPRINTING_SRC = '''../librpc/gen_ndr/ndr_ntprinting.c + ../librpc/ndr/ndr_ntprinting.c''' + # this includes only the low level parse code, not stuff # that requires knowledge of security contexts REG_PARSE_PRS_SRC = '''registry/reg_parse_prs.c''' @@ -777,8 +780,7 @@ PRINTBACKEND_SRC = '''printing/printing.c printing/nt_printing_tdb.c printing/nt_printing_migrate.c printing/nt_printing_ads.c - librpc/gen_ndr/ndr_ntprinting.c - ../librpc/ndr/ndr_ntprinting.c + ${LIBNDR_NTPRINTING_SRC} ${PRINTBASE_SRC}''' SMBD_SRC = '''${SMBD_SRC_BASE} ${SMBD_SRC_MAIN}''' -- 2.34.1