[GRASS-SVN] r53333 - in grass/branches/releasebranch_6_4: gui lib
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 8 04:31:58 PDT 2012
Author: martinl
Date: 2012-10-08 04:31:58 -0700 (Mon, 08 Oct 2012)
New Revision: 53333
Modified:
grass/branches/releasebranch_6_4/gui/Makefile
grass/branches/releasebranch_6_4/lib/Makefile
Log:
revert r53326
Modified: grass/branches/releasebranch_6_4/gui/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/gui/Makefile 2012-10-08 08:05:33 UTC (rev 53332)
+++ grass/branches/releasebranch_6_4/gui/Makefile 2012-10-08 11:31:58 UTC (rev 53333)
@@ -1,14 +1,9 @@
MODULE_TOPDIR = ..
-SUBDIRS = icons images scripts xml tcltk
+SUBDIRS = icons images scripts xml tcltk wxpython
include $(MODULE_TOPDIR)/include/Make/Platform.make
-#compile if python present:
-ifneq ($(USE_PYTHON),)
- SUBDIRS += wxpython
-endif
-
include $(MODULE_TOPDIR)/include/Make/Dir.make
default: parsubdirs
Modified: grass/branches/releasebranch_6_4/lib/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/lib/Makefile 2012-10-08 08:05:33 UTC (rev 53332)
+++ grass/branches/releasebranch_6_4/lib/Makefile 2012-10-08 11:31:58 UTC (rev 53333)
@@ -35,7 +35,8 @@
init \
cdhc \
stats \
- arraystats
+ arraystats \
+ python
include $(MODULE_TOPDIR)/include/Make/Platform.make
@@ -57,11 +58,6 @@
SUBDIRS += iostream
endif
-#compile if python present:
-ifneq ($(USE_PYTHON),)
- SUBDIRS += python
-endif
-
include $(MODULE_TOPDIR)/include/Make/Dir.make
default: headers
More information about the grass-commit
mailing list