]> granicus.if.org Git - postgis/commitdiff
Fix compile with jikes
authorMarkus Schaber <markus@schabi.de>
Thu, 3 Mar 2005 16:06:02 +0000 (16:06 +0000)
committerMarkus Schaber <markus@schabi.de>
Thu, 3 Mar 2005 16:06:02 +0000 (16:06 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1465 b70326c6-7e19-0410-871a-916f4a2858ee

jdbc2/Makefile

index dc359e0b7141524cf65b47a3b9f3ce226e9f0f68..e82047713397061a30109a99e4460861b609ee6f 100644 (file)
@@ -98,7 +98,7 @@ SRCDIR=src
 EXAMPLES=examples
 BUILD=bin
 RUNCP=$(POSTGIS_BUILD_CLASSPATH):postgis.jar
-BUILDCP=$(STUBBUILD):$(POSTGIS_BUILD_CLASSPATH)
+BUILDCP=$(STUBBUILD):$(POSTGIS_BUILD_CLASSPATH):$(SRCDIR)
 
 # All the java files to compile
 SRC= $(SRCDIR)/examples/Test.java \