summaryrefslogtreecommitdiff
path: root/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 /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 'wscript_build')
-rw-r--r--wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index a0563bfd59c..d59aca8e1b8 100644
--- a/wscript_build
+++ b/wscript_build
@@ -46,6 +46,7 @@ bld.RECURSE('lib/texpect')
bld.RECURSE('lib/addns')
bld.RECURSE('lib/ldb')
bld.RECURSE('lib/param')
+bld.RECURSE('lib/printer_driver')
bld.RECURSE('lib/audit_logging')
bld.RECURSE('dynconfig')
bld.RECURSE('lib/util/charset')