summaryrefslogtreecommitdiff
path: root/tests/psql/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/psql/GNUmakefile')
-rw-r--r--tests/psql/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/psql/GNUmakefile b/tests/psql/GNUmakefile
index 3e3e1ea..55d6087 100644
--- a/tests/psql/GNUmakefile
+++ b/tests/psql/GNUmakefile
@@ -2,7 +2,8 @@ TOPDIR = ../..
SUBDIRS =
-INCLUDE_DIRS = -I. -I$(TOPDIR) -I/usr/include/pqxx
+INCLUDE_DIRS = \
+ -I. -I$(TOPDIR) $(shell pkg-config --cflags libpqxx)
INCLUDE_LDFLAGS =