diff options
author | Andreas Schneider <asn@samba.org> | 2010-06-15 11:48:12 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:14 -0400 |
commit | 35e03ef5c22020e047bd05e61be6c46701a07702 (patch) | |
tree | 517ed5e6bdbf9c49e198e29fdeb78ddf9f6d7669 /source3/wscript_build | |
parent | c18913a2c216d9dd092f4efb3dfbad376fc29bb6 (diff) | |
download | samba-35e03ef5c22020e047bd05e61be6c46701a07702.tar.gz samba-35e03ef5c22020e047bd05e61be6c46701a07702.tar.bz2 samba-35e03ef5c22020e047bd05e61be6c46701a07702.zip |
s3-printing: Move all tdb upgrade functions to a separate file.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index a8923e46ba..59ccda170e 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -751,7 +751,8 @@ PRINTING_SRC = '''printing/pcap.c printing/print_svid.c printing/print_aix.c printing/print_iprint.c''' PRINTBASE_SRC = '''printing/notify.c printing/printing_db.c''' -PRINTBACKEND_SRC = 'printing/printing.c printing/nt_printing.c ${PRINTBASE_SRC}' +PRINTBACKEND_SRC = '''printing/printing.c printing/nt_printing.c + printing/nt_printing_tdb.c ${PRINTBASE_SRC}''' SMBD_SRC = '''${SMBD_SRC_BASE} ${SMBD_SRC_MAIN}''' |