[GRASS-SVN] r62443 - grass-addons/grass7/vector/v.kriging

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Oct 28 09:00:51 PDT 2014


Author: martinl
Date: 2014-10-28 09:00:51 -0700 (Tue, 28 Oct 2014)
New Revision: 62443

Modified:
   grass-addons/grass7/vector/v.kriging/Makefile
Log:
fix typo in Makefile

Modified: grass-addons/grass7/vector/v.kriging/Makefile
===================================================================
--- grass-addons/grass7/vector/v.kriging/Makefile	2014-10-28 15:57:21 UTC (rev 62442)
+++ grass-addons/grass7/vector/v.kriging/Makefile	2014-10-28 16:00:51 UTC (rev 62443)
@@ -3,7 +3,7 @@
 PGM = v.kriging
 
 LIBES = $(RASTER3DLIB) $(RASTERLIB) $(VECTORLIB) $(DBMILIB) $(GMATHLIB) $(GISLIB) $(IOSTREAMLIB) -lpcl_apps -lpcl_common -lpcl_features -lpcl_filters -lpcl_io -lpcl_kdtree -lpcl_keypoints -lpcl_octree -lpcl_registration -lpcl_sample_consensus -lpcl_search -lpcl_segmentation -lpcl_surface -lpcl_visualization
-DEPENDENCIES= $(RASTER3DDEP) $(RASTERDEP) $(VECTORDEP) $(DBMIDEP) $(GMATHLIBDEP) $(GISDEP) $(IOSTREAMDEP)
+DEPENDENCIES= $(RASTER3DDEP) $(RASTERDEP) $(VECTORDEP) $(DBMIDEP) $(GMATHDEP) $(GISDEP) $(IOSTREAMDEP)
 EXTRA_INC = $(VECT_INC) -I/usr/include/pcl-1.7 -I/usr/include/eigen3 $(PCL_INCLUDE_DIRS)
 EXTRA_CFLAGS = $(VECT_CFLAGS)
 



More information about the grass-commit mailing list