]> granicus.if.org Git - postgis/commitdiff
In 9.1, it is datamoduledir driving module install dir, not MODULEDIR
authorSandro Santilli <strk@keybit.net>
Thu, 19 Jan 2012 17:39:01 +0000 (17:39 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 19 Jan 2012 17:39:01 +0000 (17:39 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8878 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/Makefile.in
raster/rt_pg/Makefile.in
topology/Makefile.in

index 4e26abec842987050da06f038bd34bc97e1d8372..dc383cbb91f8407ab48fe8d14a316002e59ad2e1 100644 (file)
@@ -105,7 +105,7 @@ ifeq ($(REGRESS),1)
         bindir=/bin
         pkglibdir=/lib
         datadir=/share
-        MODULEDIR=contrib/postgis
+        datamoduledir=contrib/postgis
 endif
 
 # Make all PostGIS objects depend upon liblwgeom, so that if an underlying
index df44b9e0f516ae10b61acea87e6ee94a8ff38f7d..33cc3467bc7306500ebc17767d014dd126af8bd0 100644 (file)
@@ -77,7 +77,7 @@ ifeq ($(REGRESS),1)
         bindir=/bin
         pkglibdir=/lib
         datadir=/share
-        MODULEDIR=contrib/postgis
+        datamoduledir=contrib/postgis
 endif
 
 # Borrow the $libdir substitution from PGXS but customise by adding the version number
index cd76a442fab361d6ff57c7bf8371bede69c09f66..d09a69d1703367ea6bfeb197fd8e21abb56869f6 100644 (file)
@@ -59,7 +59,7 @@ ifeq ($(REGRESS),1)
         bindir=/bin
         pkglibdir=/lib
         datadir=/share
-        MODULEDIR=contrib/postgis
+        datamoduledir=contrib/postgis
 endif