]> git.openstreetmap.org Git - nominatim.git/commitdiff
add PG_CONFIG path to module makefile
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 20 Feb 2013 22:32:04 +0000 (23:32 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 20 Feb 2013 22:32:04 +0000 (23:32 +0100)
fixes #38

module/Makefile.in

index 0bfa62cca2d41ef1dd2adb0bbd1907cfbb479405..fcaa41fac9a20944d4ff7e560013d914a448fb8e 100644 (file)
@@ -1,5 +1,6 @@
 MODULES = nominatim
 PGXS := @POSTGRESQL_PGXS@
+PG_CONFIG := @PG_CONFIG@
 include $(PGXS)
 
 all: