[GRASS-SVN] r69678 - grass/trunk/lib/python/ctypes
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Oct 5 19:19:45 PDT 2016
Author: wenzeslaus
Date: 2016-10-05 19:19:45 -0700 (Wed, 05 Oct 2016)
New Revision: 69678
Modified:
grass/trunk/lib/python/ctypes/Makefile
Log:
ctypes: colors.h is also part of gis library (lib/gis)
Modified: grass/trunk/lib/python/ctypes/Makefile
===================================================================
--- grass/trunk/lib/python/ctypes/Makefile 2016-10-06 00:47:22 UTC (rev 69677)
+++ grass/trunk/lib/python/ctypes/Makefile 2016-10-06 02:19:45 UTC (rev 69678)
@@ -32,7 +32,7 @@
temporal_LIBS = $(TEMPORALLIB)
date_HDRS = datetime.h defs/datetime.h
-gis_HDRS = gis.h defs/gis.h
+gis_HDRS = gis.h defs/gis.h colors.h defs/colors.h
raster_HDRS = raster.h defs/raster.h
gmath_HDRS = gmath.h defs/gmath.h
proj_HDRS = gprojects.h defs/gprojects.h
More information about the grass-commit
mailing list