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 | 1e926afe0fe9dd2b188d74fa57312265b107bdab (patch) | |
tree | 6ea857ed5a470adab3fba0a964bf5cec1eaefc07 /source3/python | |
parent | b9c0eb8bdd7954e851655353ae26417122283aae (diff) | |
download | samba-1e926afe0fe9dd2b188d74fa57312265b107bdab.tar.gz samba-1e926afe0fe9dd2b188d74fa57312265b107bdab.tar.bz2 samba-1e926afe0fe9dd2b188d74fa57312265b107bdab.zip |
Added ports and conversion routines.
(This used to be commit eff595d068d40ad833d96e545b9918f91669a13c)
Diffstat (limited to 'source3/python')
-rwxr-xr-x | source3/python/setup.py.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/python/setup.py.in b/source3/python/setup.py.in index 639a32e329..671daaf63b 100755 --- a/source3/python/setup.py.in +++ b/source3/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), |