|
@@ -9,11 +9,11 @@ include $(MODULE_TOPDIR)/include/Make/Doxygen.make
|
|
|
DOXNAME=
|
|
|
DOXINPUT=grasspython.dox
|
|
|
|
|
|
-MODULES = date grass raster gmath proj imagery vector display stats \
|
|
|
+MODULES = date gis raster gmath proj imagery vector display stats \
|
|
|
dbmi g3d arraystats cluster trans vedit ogsf nviz
|
|
|
|
|
|
date_LIBS = $(DATETIMELIB)
|
|
|
-grass_LIBS = $(GISLIB)
|
|
|
+gis_LIBS = $(GISLIB)
|
|
|
raster_LIBS = $(RASTERLIB)
|
|
|
gmath_LIBS = $(GMATHLIB)
|
|
|
proj_LIBS = $(GPROJLIB)
|
|
@@ -31,7 +31,7 @@ ogsf_LIBS = $(OGSFLIB)
|
|
|
nviz_LIBS = $(NVIZLIB)
|
|
|
|
|
|
date_HDRS = datetime.h P_datetime.h
|
|
|
-grass_HDRS = gis.h gisdefs.h
|
|
|
+gis_HDRS = gis.h gisdefs.h
|
|
|
raster_HDRS = raster.h rasterdefs.h
|
|
|
gmath_HDRS = gmath.h
|
|
|
proj_HDRS = gprojects.h
|