]> granicus.if.org Git - postgis/commitdiff
Fix missing symbols problem with lwgeom_calculate_circ_tree (#1876)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 18 Jun 2012 21:40:06 +0000 (21:40 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 18 Jun 2012 21:40:06 +0000 (21:40 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9933 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/Makefile.in

index 9277f71070f615929fc84b187ce56928d55533ef..a6d4ea16785c667c5f2aa78e2747dcc1b269a892 100644 (file)
@@ -71,7 +71,7 @@ OBJS=$(PG_OBJS)
 # older version of PostGIS, rather than with the static liblwgeom.a 
 # supplied with newer versions of PostGIS
 PG_CPPFLAGS += @CPPFLAGS@ -I../liblwgeom -I../libpgcommon
-SHLIB_LINK_F = ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a @SHLIB_LINK@ 
+SHLIB_LINK_F = ../libpgcommon/libpgcommon.a ../liblwgeom/.libs/liblwgeom.a @SHLIB_LINK@ 
 
 # Extra files to remove during 'make clean'
 EXTRA_CLEAN=$(SQL_OBJS) legacy_uninstall.sql