--- branches/magellan-next/include/python.sminc 2011/07/27 11:23:46 8645 +++ branches/magellan-next/include/python.sminc 2011/07/27 18:34:11 8673 @@ -19,6 +19,14 @@ return 0 } +get_python_includedir() +{ + local pyinc + pyinc=$(python -c 'from distutils import sysconfig; print sysconfig.get_python_inc()') + echo "${pyinc}" + return 0 +} + python_src_prepare() { munpack ${SRCFILE} || die