diff options
author | Tim Potter <tpot@samba.org> | 2002-04-05 04:57:06 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-04-05 04:57:06 +0000 |
commit | 77ab3b8850f870c34f9b5f6d33ccf5127bf005b6 (patch) | |
tree | cdc3a7f66a7040a26db048fc987d7f65d20e3443 /source3/python | |
parent | 80e8fee64daa9491efa2355d0ebac8ada7969eab (diff) | |
download | samba-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/python')
-rwxr-xr-x | source3/python/setup.py.in | 1 |
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, |