From 43e79ea21b828a75ee34f1374f99ad22e29672e4 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 20 Feb 2013 23:32:04 +0100 Subject: [PATCH] add PG_CONFIG path to module makefile fixes #38 --- module/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/module/Makefile.in b/module/Makefile.in index 0bfa62cc..fcaa41fa 100644 --- a/module/Makefile.in +++ b/module/Makefile.in @@ -1,5 +1,6 @@ MODULES = nominatim PGXS := @POSTGRESQL_PGXS@ +PG_CONFIG := @PG_CONFIG@ include $(PGXS) all: -- 2.39.5