diff options
author | Tim Potter <tpot@samba.org> | 2002-10-21 09:54:41 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-10-21 09:54:41 +0000 |
commit | e0d317dd16f130a4290107f9ab1dce20d417d6ad (patch) | |
tree | 5c64a63f1c476b87e29b3dbad6a6d0e646d400d9 /source3 | |
parent | 91895706b747345698febcb17bd4b9c445b6f15f (diff) | |
download | samba-e0d317dd16f130a4290107f9ab1dce20d417d6ad.tar.gz samba-e0d317dd16f130a4290107f9ab1dce20d417d6ad.tar.bz2 samba-e0d317dd16f130a4290107f9ab1dce20d417d6ad.zip |
The libsmb module uses py_ntsec.o
(This used to be commit e27d3d20e3c51fc04f37d92c24f38f91b2d1e1e4)
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/python/setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/python/setup.py b/source3/python/setup.py index 6d03ca633a..bf62f3b877 100755 --- a/source3/python/setup.py +++ b/source3/python/setup.py @@ -157,7 +157,8 @@ setup( Extension(name = "smb", sources = [samba_srcdir + "python/py_smb.c", - samba_srcdir + "python/py_common.c"], + samba_srcdir + "python/py_common.c", + samba_srcdir + "python/py_ntsec.c"], libraries = lib_list, library_dirs = ["/usr/kerberos/lib"], extra_compile_args = flags_list, |