Some more tweaking for compilation of py_tdbpack.
[nivanova/samba-autobuild/.git] / source3 / python / setup.py
index 09a81fd914153affefac7c0b0d798708bf03e1b1..b15f906bc2f8b0f6d0b4a65adecccef27e8ee866 100755 (executable)
@@ -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."])
     ],
 )