[GRASS-SVN] r30626 - grass/trunk/raster/r.los

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 18 21:23:46 EDT 2008


Author: hamish
Date: 2008-03-18 21:23:46 -0400 (Tue, 18 Mar 2008)
New Revision: 30626

Modified:
   grass/trunk/raster/r.los/Makefile
Log:
add proj includes to Makefile, trac bug #101

Modified: grass/trunk/raster/r.los/Makefile
===================================================================
--- grass/trunk/raster/r.los/Makefile	2008-03-19 00:47:57 UTC (rev 30625)
+++ grass/trunk/raster/r.los/Makefile	2008-03-19 01:23:46 UTC (rev 30626)
@@ -4,6 +4,7 @@
 
 LIBES = $(SEGMENTLIB) $(GPROJLIB) $(GISLIB)
 DEPENDENCIES = $(SEGMENTDEP) $(GPROJDEP) $(GISDEP)
+EXTRA_INC = $(PROJINC)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 



More information about the grass-commit mailing list