summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-04-05 04:57:06 +0000
committerTim Potter <tpot@samba.org>2002-04-05 04:57:06 +0000
commit77ab3b8850f870c34f9b5f6d33ccf5127bf005b6 (patch)
treecdc3a7f66a7040a26db048fc987d7f65d20e3443 /source3
parent80e8fee64daa9491efa2355d0ebac8ada7969eab (diff)
downloadsamba-77ab3b8850f870c34f9b5f6d33ccf5127bf005b6.tar.gz
samba-77ab3b8850f870c34f9b5f6d33ccf5127bf005b6.tar.bz2
samba-77ab3b8850f870c34f9b5f6d33ccf5127bf005b6.zip
Added py_spoolss_printers_conv.c to spoolss extension.
(This used to be commit d1e2356f13de8598237926d093069832f1393c36)
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/python/setup.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/python/setup.py.in b/source3/python/setup.py.in
index dc61586a19..ba1aad0dc1 100755
--- a/source3/python/setup.py.in
+++ b/source3/python/setup.py.in
@@ -90,6 +90,7 @@ setup(
samba_srcdir + "python/py_spoolss_forms.c",
samba_srcdir + "python/py_spoolss_drivers.c",
samba_srcdir + "python/py_spoolss_printers.c",
+ samba_srcdir + "python/py_spoolss_printers_conv.c",
samba_srcdir + "python/py_spoolss_ports.c",
],
libraries = lib_list,