浏览代码

wxGUI: fully revert https://trac.osgeo.org/grass/changeset/60307 (rest of revert in https://trac.osgeo.org/grass/changeset/60328)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60329 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 11 年之前
父节点
当前提交
6a332f70ca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/Makefile

+ 1 - 1
gui/wxpython/Makefile

@@ -14,7 +14,7 @@ SRCFILES := $(wildcard icons/*.py scripts/*.py xml/*) \
 	gui_core/*.py iclass/* lmgr/*.py location_wizard/*.py mapwin/*.py mapdisp/*.py \
 	mapswipe/* modules/*.py nviz/*.py psmap/* rlisetup/* timeline/* vdigit/* \
 	vnet/*.py web_services/*.py wxplot/*.py iscatt/*.py) \
-	sitecustomize.py gis_set.py gis_set_error.py wxgui.py README
+	gis_set.py gis_set_error.py wxgui.py README
 
 DSTFILES := $(patsubst %,$(DSTDIR)/%,$(SRCFILES)) \
 	$(patsubst %.py,$(DSTDIR)/%.pyc,$(filter %.py,$(SRCFILES)))