Renamed legacy.sql.in.c to rtpostgis_legacy.sql.in.c to not conflict with postgis' legacy.sql. Associated ticket is #1422.

git-svn-id: http://svn.osgeo.org/postgis/trunk@8647 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Bborie Park 2012-01-02 06:59:04 +00:00
parent 4fdebd48d7
commit c77f57da4b
3 changed files with 4 additions and 4 deletions

View file

@ -8,5 +8,5 @@ rtpostgis_upgrade_20_minor.sql
rtpostgis_upgrade_cleanup.sql
rtpostgis_upgrade_cleanup.sql.in
uninstall_rtpostgis.sql
legacy.sql
legacy.sql.in
rtpostgis_legacy.sql
rtpostgis_legacy.sql.in

View file

@ -14,11 +14,11 @@ MODULE_big=rtpostgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@
MODULEDIR=contrib/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@
# Files to be copied to the contrib/ directory
DATA_built=rtpostgis.sql rtpostgis_drop.sql rtpostgis_upgrade_20_minor.sql rtpostgis_upgrade_cleanup.sql uninstall_rtpostgis.sql legacy.sql
DATA_built=rtpostgis.sql rtpostgis_drop.sql rtpostgis_upgrade_20_minor.sql rtpostgis_upgrade_cleanup.sql uninstall_rtpostgis.sql rtpostgis_legacy.sql
DATA=
# SQL objects (files requiring C pre-processing)
SQL_OBJS=rtpostgis.sql.in rtpostgis_drop.sql.in rtpostgis_upgrade_cleanup.sql.in legacy.sql.in
SQL_OBJS=rtpostgis.sql.in rtpostgis_drop.sql.in rtpostgis_upgrade_cleanup.sql.in rtpostgis_legacy.sql.in
# Objects to build using PGXS
OBJS=rt_pg.o