diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-03-25 19:44:04 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-03-25 19:44:04 +0000 |
commit | 3206e5225f1a0f415a7465ce7d42a0ff36f55e70 (patch) | |
tree | aabacdac92ec98f83a6d6e20c66b59defe1669d0 /src/interfaces/python/Setup.in.raw | |
parent | 1ed61b3a9c4b87e9cf7d50eeeb1d1de92d718c93 (diff) |
Pick up any extra -I options for Python build.
Diffstat (limited to 'src/interfaces/python/Setup.in.raw')
-rw-r--r-- | src/interfaces/python/Setup.in.raw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/python/Setup.in.raw b/src/interfaces/python/Setup.in.raw index 9c26d73968c..e52c2a4a280 100644 --- a/src/interfaces/python/Setup.in.raw +++ b/src/interfaces/python/Setup.in.raw @@ -1,3 +1,3 @@ *shared* -_pg pgmodule.c -I@libpq_srcdir@ -I@pg_includedir@ -L@libpq_builddir@ -lpq @EXTRA_LIBS@ +_pg pgmodule.c -I@libpq_srcdir@ @INCLUDES@ -L@libpq_builddir@ -lpq @EXTRA_LIBS@ |