[GRASS-SVN] r58183 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Nov 9 20:10:40 PST 2013


Author: annakrat
Date: 2013-11-09 20:10:39 -0800 (Sat, 09 Nov 2013)
New Revision: 58183

Modified:
   grass/trunk/lib/python/Makefile
Log:
libpython: fix Makefile for imaging

Modified: grass/trunk/lib/python/Makefile
===================================================================
--- grass/trunk/lib/python/Makefile	2013-11-10 04:00:04 UTC (rev 58182)
+++ grass/trunk/lib/python/Makefile	2013-11-10 04:10:39 UTC (rev 58183)
@@ -7,7 +7,7 @@
 
 PYDIR = $(ETC)/python/grass
 
-SUBDIRS = script ctypes temporal pygrass pydispatch
+SUBDIRS = script ctypes temporal pygrass pydispatch imaging
 
 default: $(PYDIR)/__init__.py
 	$(MAKE) subdirs



More information about the grass-commit mailing list