Merge of compile tweaks for python tdbpack module.
authorTim Potter <tpot@samba.org>
Thu, 12 Dec 2002 00:08:55 +0000 (00:08 +0000)
committerTim Potter <tpot@samba.org>
Thu, 12 Dec 2002 00:08:55 +0000 (00:08 +0000)
source/python/py_tdbpack.c
source/python/setup.py

index 6d23dd840a5e6cc6ff137e01e04e83f39663d197..28cd5292457a3b0615504339a282397b1fecd462 100644 (file)
@@ -28,7 +28,7 @@
 /* This module is supposed to be standalone, however for portability
    it would be good to use the FUNCTION_MACRO preprocessor define. */
 
-#include "config.h"
+#include "include/config.h"
 
 #ifdef HAVE_FUNCTION_MACRO
 #define FUNCTION_MACRO  (__FUNCTION__)
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."])
     ],
 )