From: Sandro Santilli Date: Mon, 26 Oct 2015 17:51:28 +0000 (+0000) Subject: Install postgis_topology within postgis module dir X-Git-Tag: 2.3.0beta1~403 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b9dd4a4e7dd62364f93d3b5a27066f07dc0f1f6;p=postgis Install postgis_topology within postgis module dir See #3349 git-svn-id: http://svn.osgeo.org/postgis/trunk@14330 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/topology/Makefile.in b/topology/Makefile.in index 4ae5a950b..8b5f1d7b3 100644 --- a/topology/Makefile.in +++ b/topology/Makefile.in @@ -19,7 +19,7 @@ POSTGIS_PGSQL_VERSION=@POSTGIS_PGSQL_VERSION@ MODULE_big=postgis_topology-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@ -MODULEDIR=contrib/$(MODULE_big) +MODULEDIR=contrib/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@ # Files to be copied to the contrib/ directory DATA_built=topology.sql topology_upgrade.sql uninstall_topology.sql