From: Sarah Hoffmann Date: Wed, 20 Feb 2013 22:32:04 +0000 (+0100) Subject: add PG_CONFIG path to module makefile X-Git-Tag: v2.2.0~114 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/43e79ea21b828a75ee34f1374f99ad22e29672e4?ds=inline;hp=--cc add PG_CONFIG path to module makefile fixes #38 --- 43e79ea21b828a75ee34f1374f99ad22e29672e4 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: