[GRASS-SVN] r51016 - grass-addons/grass6/dst/dst/lib/gt_vector

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 7 10:54:10 EST 2012


Author: neteler
Date: 2012-03-07 07:54:10 -0800 (Wed, 07 Mar 2012)
New Revision: 51016

Modified:
   grass-addons/grass6/dst/dst/lib/gt_vector/Makefile
Log:
compiler fix

Modified: grass-addons/grass6/dst/dst/lib/gt_vector/Makefile
===================================================================
--- grass-addons/grass6/dst/dst/lib/gt_vector/Makefile	2012-03-07 15:47:47 UTC (rev 51015)
+++ grass-addons/grass6/dst/dst/lib/gt_vector/Makefile	2012-03-07 15:54:10 UTC (rev 51016)
@@ -1,10 +1,13 @@
 MODULE_TOPDIR = ../..
 
 LIB_NAME = gt_vector
-LIB_OBJS = gt_vector.o 
-EXTRA_CFLAGS = -I../../include
-EXTRA_LIBS = $(GISLIB)
+LIB_OBJS = gt_vector.o
 
+EXTRA_LIBS = $(VECTLIB) $(DBMILIB) $(GISLIB)
+DEPENDENCIES= $(VECTDEP) $(DBMIDEP) $(GISDEP) 
+EXTRA_INC = $(VECT_INC)
+EXTRA_CFLAGS = -I../../include $(VECT_CFLAGS)
+
 include $(MODULE_TOPDIR)/include/Make/Lib.make
 
 default: lib headers



More information about the grass-commit mailing list