[GRASS-SVN] r30096 - grass/trunk/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 12 07:45:08 EST 2008


Author: martinl
Date: 2008-02-12 07:45:08 -0500 (Tue, 12 Feb 2008)
New Revision: 30096

Modified:
   grass/trunk/gui/wxpython/vdigit/Makefile.in
Log:
wxGUI/vdigit: include cpp wrapper file in sources

Modified: grass/trunk/gui/wxpython/vdigit/Makefile.in
===================================================================
--- grass/trunk/gui/wxpython/vdigit/Makefile.in	2008-02-12 12:30:10 UTC (rev 30095)
+++ grass/trunk/gui/wxpython/vdigit/Makefile.in	2008-02-12 12:45:08 UTC (rev 30096)
@@ -17,7 +17,7 @@
 LDFLAGS=-shared -fpic -L$(ARCH_LIBDIR) $(VECTLIB) $(GISLIB) $(GDALLIBS) $(VEDITLIB) -lgdi $(WXLDFLAGS)
 
 LOCAL_HEADERS=digit.h driver.h
-SOURCES=driver.cpp digit.cpp cats.cpp line.cpp vertex.cpp select.cpp
+SOURCES=driver.cpp digit.cpp cats.cpp line.cpp vertex.cpp select.cpp grass6_wxvdigit_wrap.cpp
 
 OBJARCH=OBJ.$(ARCH)
 OBJ := $(patsubst %.cpp, $(OBJARCH)/%.o, $(SOURCES))



More information about the grass-commit mailing list