summaryrefslogtreecommitdiff
path: root/lib/printer_driver/wscript_build
diff options
context:
space:
mode:
authorGuenther Deschner <gd@samba.org>2018-10-08 11:14:37 -0400
committerBjoern Jacke <bjacke@samba.org>2019-01-28 15:44:18 +0100
commitb6712ab902ab160bc66a3040eba8fc5c7d921dde (patch)
tree7276338f39b25fb93e0c5fbf0054991925e80e0d /lib/printer_driver/wscript_build
parent7d42029ff79358684c1bfc51bde3cbd31ed840bd (diff)
downloadsamba-b6712ab902ab160bc66a3040eba8fc5c7d921dde.tar.gz
lib:printer_driver: Add printer_driver library to parse printer driver inf files
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>
Diffstat (limited to 'lib/printer_driver/wscript_build')
-rw-r--r--lib/printer_driver/wscript_build6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/printer_driver/wscript_build b/lib/printer_driver/wscript_build
new file mode 100644
index 00000000000..f9c7153fd09
--- /dev/null
+++ b/lib/printer_driver/wscript_build
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+bld.SAMBA_LIBRARY('printer_driver',
+ source='printer_driver.c',
+ deps='gpo cli_spoolss',
+ private_library=True)