]> granicus.if.org Git - postgis/commitdiff
Fix makefile (broken by driverconfig.properties rename
authorMarkus Schaber <markus@schabi.de>
Mon, 7 Feb 2005 11:49:01 +0000 (11:49 +0000)
committerMarkus Schaber <markus@schabi.de>
Mon, 7 Feb 2005 11:49:01 +0000 (11:49 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1369 b70326c6-7e19-0410-871a-916f4a2858ee

jdbc2/Makefile

index b6077083a571de12692544ca85e8646d00647768..d5bd6fd009aa9110c1a8e9a72b4417437c9d5aa5 100644 (file)
@@ -65,7 +65,7 @@ all:  jar \
 
 jar:   compile
        $(JAR) -cf postgis.jar -C $(BUILD) . \
-              -C $(SRCDIR) org/postgresql/postgresql.properties \
+              -C $(SRCDIR) org/postgresql/driverconfig.properties \
               README COPYING_LGPL -C .. COPYING
        $(JAR) -cf postgis_debug.jar -C $(BUILD) . README COPYING_LGPL -C .. COPYING
        $(JAR) -uf postgis_debug.jar -C $(SRCDIR) .