mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
b6712ab902
Pair-Programmed-With: Justin Stephenson <jstephen@redhat.com> Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Bjoern Jacke <bjacke@samba.org>
7 lines
172 B
Python
7 lines
172 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('printer_driver',
|
|
source='printer_driver.c',
|
|
deps='gpo cli_spoolss',
|
|
private_library=True)
|