[GRASS-SVN] r35604 - grass/branches/develbranch_6/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 25 07:41:45 EST 2009


Author: neteler
Date: 2009-01-25 07:41:45 -0500 (Sun, 25 Jan 2009)
New Revision: 35604

Modified:
   grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile
Log:
fix linking as fixed in ../nviz/

Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile	2009-01-25 10:04:33 UTC (rev 35603)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/Makefile	2009-01-25 12:41:45 UTC (rev 35604)
@@ -2,6 +2,8 @@
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make
 
+SHLIB_LD = $(CXX) -shared
+
 LIB_NAME = grass6_wxvdigit
 SOURCES := $(wildcard *.cpp) $(LIB_NAME)_wrap.cpp
 SHLIB_OBJS := $(patsubst %.cpp, $(OBJDIR)/%.o, $(SOURCES))



More information about the grass-commit mailing list