diff options
author | Tim Potter <tpot@samba.org> | 2002-03-26 11:09:07 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-03-26 11:09:07 +0000 |
commit | eff595d068d40ad833d96e545b9918f91669a13c (patch) | |
tree | f63220d35ddce12d9c32056500cead222b8cd717 /source/python | |
parent | 34cc49d92988a0d4871b6586776b5d2c9d94de94 (diff) | |
download | samba-eff595d068d40ad833d96e545b9918f91669a13c.tar.gz samba-eff595d068d40ad833d96e545b9918f91669a13c.tar.xz samba-eff595d068d40ad833d96e545b9918f91669a13c.zip |
Added ports and conversion routines.
Diffstat (limited to 'source/python')
-rwxr-xr-x | source/python/setup.py.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/python/setup.py.in b/source/python/setup.py.in index 639a32e329c..671daaf63b8 100755 --- a/source/python/setup.py.in +++ b/source/python/setup.py.in @@ -86,7 +86,9 @@ setup( Extension(name = "spoolss", sources = [samba_srcdir + "python/py_spoolss.c", samba_srcdir + "python/py_spoolss_forms.c", - samba_srcdir + "python/py_common.c"], + samba_srcdir + "python/py_spoolss_ports.c", + samba_srcdir + "python/py_common.c", + samba_srcdir + "python/py_conv.c"], libraries = lib_list, library_dirs = ["/usr/kerberos/lib"], extra_objects = obj_list), |