]> granicus.if.org Git - postgis/commitdiff
Added postgis_geos_version.h to .cvsignore and to the list of files
authorSandro Santilli <strk@keybit.net>
Wed, 16 Jun 2004 18:50:59 +0000 (18:50 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 16 Jun 2004 18:50:59 +0000 (18:50 +0000)
removed by the clean: rule.

git-svn-id: http://svn.osgeo.org/postgis/trunk@629 b70326c6-7e19-0410-871a-916f4a2858ee

.cvsignore
Makefile

index 93a38608ad06ffc29ce1155246596ad05f161fad..58b8a5f63637019468726e183ee39a895eb5c85b 100644 (file)
@@ -2,3 +2,4 @@ libpostgis.so.0.8
 postgis.sql
 postgis_undef.sql
 postgis_old.sql
+postgis_geos_version.h
index d6efe723b06632919852983f0cb21ae302b851f0..49f657efb55cceed923164ba4a892b3de9533bf0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -219,7 +219,7 @@ uninstall: uninstall-lib
        @rm -f $(docdir)/contrib/README.postgis $(datadir)/contrib/postgis.sql
 
 clean distclean maintainer-clean: clean-lib
-       @rm -f $(OBJS) postgis.sql postgis_undef.sql
+       @rm -f $(OBJS) postgis.sql postgis_undef.sql postgis_geos_version.h
        $(MAKE) -C loader clean
        $(MAKE) -C doc clean