]> granicus.if.org Git - postgis/commitdiff
Renamed legacy.sql.in.c to rtpostgis_legacy.sql.in.c to not conflict with postgis...
authorBborie Park <bkpark at ucdavis.edu>
Mon, 2 Jan 2012 06:59:04 +0000 (06:59 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Mon, 2 Jan 2012 06:59:04 +0000 (06:59 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8647 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/.svnignore
raster/rt_pg/Makefile.in
raster/rt_pg/rtpostgis_legacy.sql.in.c [moved from raster/rt_pg/legacy.sql.in.c with 100% similarity]

index f565428a9c0b7efdf272c76a774f56b158145393..2d7bbf76e28e56e9f68e90ff452e537354d64dbb 100644 (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
index 9fb58cc374aaac35f7cc9a9956156163b69466d7..254543370274b96df5a8c7ba8b876ec7e67e48c0 100644 (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