diff options
author | Tim Potter <tpot@samba.org> | 2002-12-11 01:25:18 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-12-11 01:25:18 +0000 |
commit | 89be695b2997e97dfc40afd17bb61b59b85634e4 (patch) | |
tree | b02ea9f14159cdbc5da34d45307d95b1617c74ba /source/python/setup.py | |
parent | 185804ac945e717a5e3d3602e8118b35080f6251 (diff) | |
download | samba-89be695b2997e97dfc40afd17bb61b59b85634e4.tar.gz samba-89be695b2997e97dfc40afd17bb61b59b85634e4.tar.xz samba-89be695b2997e97dfc40afd17bb61b59b85634e4.zip |
Some more tweaking for compilation of py_tdbpack.
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."]) ], ) |