summaryrefslogtreecommitdiffstats
path: root/source/python/setup.py
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-12-11 01:25:18 +0000
committerTim Potter <tpot@samba.org>2002-12-11 01:25:18 +0000
commit89be695b2997e97dfc40afd17bb61b59b85634e4 (patch)
treeb02ea9f14159cdbc5da34d45307d95b1617c74ba /source/python/setup.py
parent185804ac945e717a5e3d3602e8118b35080f6251 (diff)
downloadsamba-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-xsource/python/setup.py2
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."])
],
)