summaryrefslogtreecommitdiffstats
path: root/lib/printer_driver/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 0000000..f9c7153
--- /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)