summaryrefslogtreecommitdiff
path: root/src/interfaces/python/Setup.in.raw
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-03-25 19:44:04 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-03-25 19:44:04 +0000
commit3206e5225f1a0f415a7465ce7d42a0ff36f55e70 (patch)
treeaabacdac92ec98f83a6d6e20c66b59defe1669d0 /src/interfaces/python/Setup.in.raw
parent1ed61b3a9c4b87e9cf7d50eeeb1d1de92d718c93 (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.raw2
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@