[GRASS-SVN] r36537 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 30 14:44:12 EDT 2009
Author: martinl
Date: 2009-03-30 14:44:11 -0400 (Mon, 30 Mar 2009)
New Revision: 36537
Modified:
grass/trunk/lib/vector/Vlib/Makefile
Log:
GEOSLIBS added to Makefile
Modified: grass/trunk/lib/vector/Vlib/Makefile
===================================================================
--- grass/trunk/lib/vector/Vlib/Makefile 2009-03-30 16:44:43 UTC (rev 36536)
+++ grass/trunk/lib/vector/Vlib/Makefile 2009-03-30 18:44:11 UTC (rev 36537)
@@ -2,7 +2,7 @@
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(ZLIBINCPATH) $(VECT_CFLAGS)
-EXTRA_LIBS=$(GISLIB) $(DIG2LIB) $(GRAPHLIB) $(RTREELIB) $(LINKMLIB) $(DBMILIB) $(GDALLIBS)
+EXTRA_LIBS=$(GISLIB) $(DIG2LIB) $(GRAPHLIB) $(RTREELIB) $(LINKMLIB) $(DBMILIB) $(GDALLIBS) $(GEOSLIBS)
LIB_NAME = $(VECTR_LIBNAME)
DEPENDENCIES = $(ARCH_INCDIR)/Vect.h $(ARCH_INCDIR)/V_.h \
More information about the grass-commit
mailing list