]> granicus.if.org Git - postgis/commitdiff
Added more cleanup
authorSandro Santilli <strk@keybit.net>
Fri, 4 Jun 2004 15:24:22 +0000 (15:24 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 4 Jun 2004 15:24:22 +0000 (15:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@595 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/Makefile

index 129bd835585c6ce7c799ae6e532f8ec2606ea424..037418154f1b108292c0c236c53673e7550578b1 100644 (file)
@@ -122,6 +122,8 @@ endif
 
 OBJS=lwgeom_api.o lwgeom_functions_analytic.o lwgeom_geos.o lwgeom_inout.o lwgeom_estimate.o lwgeom_functions_basic.o lwgeom_gist.o lwgeom_transform.o stringBuffer.o lwgeom_box2dfloat4.o lex.yy.o wktparse.tab.o lwgparse.o wktunparse.o 
 
+OTHERS=y.output lex.yy.c wktparse.tab.c wktparse.tab.h lwgeom.sql
+
 
 #---------------------------------------------------------------
 # Add libraries that libpq depends (or might depend) on into the
@@ -187,4 +189,5 @@ uninstall: uninstall-lib
 
 clean distclean maintainer-clean: clean-lib
        @rm -f $(OBJS) 
+       @rm -f $(OTHERS)