[GRASS-SVN] r30820 - grass/trunk/db/drivers/dbf

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 30 15:23:55 EDT 2008


Author: neteler
Date: 2008-03-30 15:23:55 -0400 (Sun, 30 Mar 2008)
New Revision: 30820

Modified:
   grass/trunk/db/drivers/dbf/Makefile
Log:
added GDALLIBS for SASetupDefaultHooks

Modified: grass/trunk/db/drivers/dbf/Makefile
===================================================================
--- grass/trunk/db/drivers/dbf/Makefile	2008-03-30 18:16:41 UTC (rev 30819)
+++ grass/trunk/db/drivers/dbf/Makefile	2008-03-30 19:23:55 UTC (rev 30820)
@@ -8,8 +8,9 @@
 DRIVER=$(DBDRIVERDIR)/dbf$(EXE)
 DEPENDENCIES = $(GISDEP)
 EXTRA_INC = -I$(MODULE_TOPDIR)/lib/db/dbmi_driver
+EXTRA_CFLAGS = $(GDALCFLAGS)
 
-LIBES = $(DBMIDRIVERLIB) $(DBMIBASELIB) $(DBMIEXTRALIB) $(SQLPLIB) $(SHAPELIB) $(DBSTUBSLIB) $(GISLIB) $(DATETIMELIB)
+LIBES = $(DBMIDRIVERLIB) $(DBMIBASELIB) $(DBMIEXTRALIB) $(SQLPLIB) $(SHAPELIB) $(DBSTUBSLIB) $(GISLIB) $(DATETIMELIB) $(GDALLIBS)
 
 DRVDOC=$(GISBASE)/docs/html/grass-dbf.html
 



More information about the grass-commit mailing list