summaryrefslogtreecommitdiff
path: root/src/interfaces/python/Setup.in.raw
diff options
context:
space:
mode:
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 dddb5588102..9c26d73968c 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__ -I__INCLUDES__ -L__LIBPQ__ -lpq __EXTRA_LIBS__
+_pg pgmodule.c -I@libpq_srcdir@ -I@pg_includedir@ -L@libpq_builddir@ -lpq @EXTRA_LIBS@