mirror of
https://github.com/samba-team/samba.git
synced 2025-01-05 09:18:06 +03:00
7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
bld.SAMBA_LIBRARY('printer_driver',
|
||
|
source='printer_driver.c',
|
||
|
deps='gpo cli_spoolss',
|
||
|
private_library=True)
|