diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-08-20 17:29:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:38:44 -0500 |
commit | 517efef9a157b3244a5c63d9aa275679c653f1d9 (patch) | |
tree | 715207dd6b378bb876a741b978bfda6bb3055b9f /source3/Makefile.in | |
parent | 711982340390f5dae8b3778d28fc0f4733e25221 (diff) | |
download | samba-517efef9a157b3244a5c63d9aa275679c653f1d9.tar.gz samba-517efef9a157b3244a5c63d9aa275679c653f1d9.tar.xz samba-517efef9a157b3244a5c63d9aa275679c653f1d9.zip |
r17622: Add a framework for a printing backend designed to support the build farm. If
we want to walk more printing code in the build farm I think doing that with a
customized printing backend is much easier than with a set of shell scripts.
Jerry, comments?
Volker
(This used to be commit 949cd6b992364d2bc60fd59051b6ac1c4cc4288c)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index c6ea72c92f7..34217592c7b 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -450,7 +450,7 @@ SMBD_OBJ_BASE = $(PARAM_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \ PRINTING_OBJ = printing/pcap.o printing/print_svid.o printing/print_aix.o \ printing/print_cups.o printing/print_generic.o \ printing/lpq_parse.o printing/load.o \ - printing/print_iprint.o + printing/print_iprint.o printing/print_test.o PRINTBASE_OBJ = printing/notify.o printing/printing_db.o PRINTBACKEND_OBJ = printing/printing.o printing/nt_printing.o $(PRINTBASE_OBJ) |