[GRASS-SVN] r30951 - grass/branches/releasebranch_6_3/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 12 08:34:01 EDT 2008
Author: martinl
Date: 2008-04-12 08:33:58 -0400 (Sat, 12 Apr 2008)
New Revision: 30951
Modified:
grass/branches/releasebranch_6_3/gui/wxpython/Makefile
Log:
wxGUI: vector digitizer requires --with-python (and --with-widgets) for compilaton (sync'ed with trunk)
Modified: grass/branches/releasebranch_6_3/gui/wxpython/Makefile
===================================================================
--- grass/branches/releasebranch_6_3/gui/wxpython/Makefile 2008-04-12 12:27:34 UTC (rev 30950)
+++ grass/branches/releasebranch_6_3/gui/wxpython/Makefile 2008-04-12 12:33:58 UTC (rev 30951)
@@ -5,7 +5,9 @@
include $(MODULE_TOPDIR)/include/Make/Platform.make
ifneq ($(USE_WXWIDGETS),)
- SUBDIRS += vdigit
+ ifneq ($(USE_PYTHON),)
+ SUBDIRS += vdigit
+ endif
endif
include $(MODULE_TOPDIR)/include/Make/Dir.make
@@ -23,7 +25,7 @@
$(INSTALL_DATA) icons/silk/* $(ETCDIR)/icons/silk/
$(INSTALL_DATA) images/* $(ETCDIR)/images/
$(INSTALL_DATA) gis_set.py wxgui.py README $(ETCDIR)/
- $(INSTALL) -m 755 scripts/* $(ETCDIR)/scripts/
- $(INSTALL) -m 755 wxgui $(ETCDIR)/scripts/
+ $(INSTALL) scripts/* $(ETCDIR)/scripts/
+ $(INSTALL) wxgui $(ETCDIR)/scripts/
clean: cleansubdirs
More information about the grass-commit
mailing list