]> granicus.if.org Git - postgis/commitdiff
Remove version numbers from liblwgeom references in lwpostgis.sql as per http://postg...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 29 Oct 2007 14:22:26 +0000 (14:22 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 29 Oct 2007 14:22:26 +0000 (14:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2714 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/Makefile

index 909a2a0dd18b9f7f27b2905ff7020e4b3d0394cf..034268653db6de6f1597475f8a5e114a57e4d89d 100644 (file)
@@ -86,7 +86,7 @@ all: $(GEOS_RULES) ../lwpostgis.sql ../regress/lwpostgis.sql ../lwpostgis_upgrad
 enable_shared=yes
 include Makefile.shlib
 
-MODULE_FILENAME = $(LPATH)/$(shlib)
+MODULE_FILENAME = $(LPATH)/lib$(NAME)
 REGRESS_MODULE_FILENAME = $(shell $(PWDREGRESS))/$(shlib)
 
 #---------------------------------------------------------------