]> granicus.if.org Git - postgis/commitdiff
Fixed makefile to allow compilation via kaffe javac - this
authorMarkus Schaber <markus@schabi.de>
Thu, 24 Feb 2005 14:13:15 +0000 (14:13 +0000)
committerMarkus Schaber <markus@schabi.de>
Thu, 24 Feb 2005 14:13:15 +0000 (14:13 +0000)
one does not automatically include non-mentioned source
files that are present in the classpath.

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

jdbc2/Makefile

index aa1744453b6d73f3f3f04b7a51c16a0cec93164f..ad2dfaecfac73e4bbb0204e9fdfaf912944cf02a 100644 (file)
@@ -96,10 +96,14 @@ SRC= $(SRCDIR)/examples/Test.java \
                $(SRCDIR)/org/postgis/MultiPolygon.java \
                $(SRCDIR)/org/postgis/PGbox2d.java \
                $(SRCDIR)/org/postgis/PGbox3d.java \
+               $(SRCDIR)/org/postgis/PGboxbase.java \
                $(SRCDIR)/org/postgis/PGgeometry.java \
                $(SRCDIR)/org/postgis/PointComposedGeom.java \
                $(SRCDIR)/org/postgis/Point.java \
                $(SRCDIR)/org/postgis/Polygon.java \
+               $(SRCDIR)/org/postgis/binary/BinaryParser.java \
+               $(SRCDIR)/org/postgis/binary/ByteGetter.java \
+               $(SRCDIR)/org/postgis/binary/ValueGetter.java \
                $(SRCDIR)/org/postgis/Version.java 
 
 # The pgjdbc 7.2/7.4/8.0 compatibility stub stuff