Browse Source

wxGUI: run makefile also from mapswipe dir

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53736 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
23a58e3802
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/Makefile

+ 1 - 1
gui/wxpython/Makefile

@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-SUBDIRS = docs
+SUBDIRS = docs mapswipe
 EXTRA_CLEAN_FILES = menustrings.py build_ext.pyc
 
 include $(MODULE_TOPDIR)/include/Make/Dir.make