diff options
author | Andreas Schneider <asn@samba.org> | 2010-06-15 13:37:44 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:15 -0400 |
commit | db2a777b0ee1e75fb6d11ad1240d7214a4e1dac4 (patch) | |
tree | bcb10dcf5a35965352d3d72628f23c18020e8c20 /source3/wscript_build | |
parent | 35e03ef5c22020e047bd05e61be6c46701a07702 (diff) | |
download | samba-db2a777b0ee1e75fb6d11ad1240d7214a4e1dac4.tar.gz samba-db2a777b0ee1e75fb6d11ad1240d7214a4e1dac4.tar.bz2 samba-db2a777b0ee1e75fb6d11ad1240d7214a4e1dac4.zip |
s3-printing: Added automatic migration of printing tdbs.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 59ccda170e..9a98c4484c 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -752,7 +752,9 @@ PRINTING_SRC = '''printing/pcap.c printing/print_svid.c printing/print_aix.c PRINTBASE_SRC = '''printing/notify.c printing/printing_db.c''' PRINTBACKEND_SRC = '''printing/printing.c printing/nt_printing.c - printing/nt_printing_tdb.c ${PRINTBASE_SRC}''' + printing/nt_printing_tdb.c printing/nt_printing_migrate.c + librpc/gen_ndr/ndr_ntprinting.c ../librpc/ndr/ndr_ntprinting.c + ${PRINTBASE_SRC}''' SMBD_SRC = '''${SMBD_SRC_BASE} ${SMBD_SRC_MAIN}''' |