From 89be695b2997e97dfc40afd17bb61b59b85634e4 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 11 Dec 2002 01:25:18 +0000 Subject: Some more tweaking for compilation of py_tdbpack. --- source/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/python/setup.py') 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."]) ], ) -- cgit