Understands Python include paths now
svn: r47
This commit is contained in:
parent
41a2c3e8fe
commit
dc682c2203
@ -5,7 +5,7 @@ datadir = @datadir@/@PACKAGE@
|
|||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
srcdir = @top_srcdir@
|
srcdir = @top_srcdir@
|
||||||
pycomp = ${srcdir}/py-compile
|
pycomp = ${srcdir}/py-compile
|
||||||
CFLAGS = -fPIC -shared -O -I/usr/include/python1.5 -I/usr/lib/python1.5/config
|
CFLAGS = -fPIC -shared -O @PYTHON_INCLUDES@
|
||||||
LANG = sv
|
LANG = sv
|
||||||
|
|
||||||
@SET_MAKE@
|
@SET_MAKE@
|
||||||
|
Loading…
Reference in New Issue
Block a user