diff options
author | Tim Potter <tpot@samba.org> | 2002-12-12 00:08:55 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-12-12 00:08:55 +0000 |
commit | b50816b500c4be0dda2cc79e0927d8a7dab65fd2 (patch) | |
tree | 71c6a4f79c464ff57a26dd3588df9924769b0e2b /source/python/setup.py | |
parent | ec4ed45563f9d8e25fcfd88840944a90b3139c3e (diff) | |
download | samba-b50816b500c4be0dda2cc79e0927d8a7dab65fd2.tar.gz samba-b50816b500c4be0dda2cc79e0927d8a7dab65fd2.tar.xz samba-b50816b500c4be0dda2cc79e0927d8a7dab65fd2.zip |
Merge of compile tweaks for python tdbpack module.
Diffstat (limited to 'source/python/setup.py')
-rwxr-xr-x | source/python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/python/setup.py b/source/python/setup.py index 09a81fd9141..b15f906bc2f 100755 --- a/source/python/setup.py +++ b/source/python/setup.py @@ -180,6 +180,6 @@ setup( # code, although it implements a compatible data format. Extension(name = "tdbpack", sources = [os.path.join(samba_srcdir, "python", "py_tdbpack.c")], - extra_compile_args = ["-I include"]) + extra_compile_args = ["-I."]) ], ) |