[GRASS-SVN] r54433 - grass/trunk/imagery/i.ortho.photo/lib
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Dec 28 01:14:48 PST 2012
Author: neteler
Date: 2012-12-28 01:14:47 -0800 (Fri, 28 Dec 2012)
New Revision: 54433
Modified:
grass/trunk/imagery/i.ortho.photo/lib/Makefile
Log:
added missing variables
Modified: grass/trunk/imagery/i.ortho.photo/lib/Makefile
===================================================================
--- grass/trunk/imagery/i.ortho.photo/lib/Makefile 2012-12-28 09:12:56 UTC (rev 54432)
+++ grass/trunk/imagery/i.ortho.photo/lib/Makefile 2012-12-28 09:14:47 UTC (rev 54433)
@@ -2,6 +2,9 @@
LIB = IORTHO
+LIBES = $(IMAGERYLIB) $(GISLIB) $(GMATHLIB)
+DEPENDENCIES= $(IMAGERYDEP) $(GISDEP) $(GMATHDEP)
+
include $(MODULE_TOPDIR)/include/Make/Lib.make
default: lib
More information about the grass-commit
mailing list