[GRASS-SVN] r37440 - grass/branches/develbranch_6/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 24 14:50:06 EDT 2009
Author: martinl
Date: 2009-05-24 14:50:05 -0400 (Sun, 24 May 2009)
New Revision: 37440
Modified:
grass/branches/develbranch_6/lib/vector/Vlib/Makefile
Log:
add GEOSLIBS
Modified: grass/branches/develbranch_6/lib/vector/Vlib/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/vector/Vlib/Makefile 2009-05-24 18:03:14 UTC (rev 37439)
+++ grass/branches/develbranch_6/lib/vector/Vlib/Makefile 2009-05-24 18:50:05 UTC (rev 37440)
@@ -5,7 +5,7 @@
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(GETHOSTNAME) $(ZLIBINCPATH) $(VECT_CFLAGS) $(DEFS)
-EXTRA_LIBS=$(GISLIB) $(DIG2LIB) $(GRAPHLIB) $(RTREELIB) $(LINKMLIB) $(DBMILIB) $(GDALLIBS) $(MATHLIB)
+EXTRA_LIBS=$(GISLIB) $(DIG2LIB) $(GRAPHLIB) $(RTREELIB) $(LINKMLIB) $(DBMILIB) $(GDALLIBS) $(MATHLIB) $(GEOSLIBS)
LIB_NAME = $(VECTR_LIBNAME)
DEPENDENCIES = $(ARCH_INCDIR)/Vect.h $(ARCH_INCDIR)/V_.h \
More information about the grass-commit
mailing list