1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

s3-waf: Create a variable for LIBNDR_NTPRINTING_SRC.

This commit is contained in:
Andreas Schneider 2010-08-16 20:35:31 +02:00
parent 53e0421300
commit 5af3177dbd

View File

@ -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}'''