[GRASS-SVN] r56757 - grass/branches/releasebranch_6_4/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 17 02:33:38 PDT 2013


Author: hamish
Date: 2013-06-17 02:33:38 -0700 (Mon, 17 Jun 2013)
New Revision: 56757

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/Makefile
Log:
minimal fix for #2006

Modified: grass/branches/releasebranch_6_4/gui/wxpython/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/Makefile	2013-06-17 09:32:50 UTC (rev 56756)
+++ grass/branches/releasebranch_6_4/gui/wxpython/Makefile	2013-06-17 09:33:38 UTC (rev 56757)
@@ -9,7 +9,7 @@
 
 ETCDIR = $(ETC)/wxpython
 
-SRCFILES := $(wildcard compat/* icons/*.* scripts/* xml/*) \
+SRCFILES := $(wildcard compat/* icons/*.* scripts/*.py xml/*) \
 	$(wildcard core/* dbmgr/* gcp/* gmodeler/* gui_core/* lmgr/* location_wizard/* \
 	mapdisp/* modules/* nviz/* psmap/* vdigit/* wxplot/* ) \
 	gis_set.py wxgui.py README



More information about the grass-commit mailing list