[GRASS-SVN] r32145 - grass/branches/develbranch_6/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 17 05:19:43 EDT 2008


Author: martinl
Date: 2008-07-17 05:19:43 -0400 (Thu, 17 Jul 2008)
New Revision: 32145

Modified:
   grass/branches/develbranch_6/lib/gis/Makefile
Log:
Add $(SOCKLIB) to EXTRA_LIBS (merged from trunk, r32143)

Modified: grass/branches/develbranch_6/lib/gis/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/gis/Makefile	2008-07-17 06:28:07 UTC (rev 32144)
+++ grass/branches/develbranch_6/lib/gis/Makefile	2008-07-17 09:19:43 UTC (rev 32145)
@@ -1,7 +1,7 @@
 MODULE_TOPDIR = ../..
 
 LIB_NAME = $(GIS_LIBNAME)
-EXTRA_LIBS = $(XDRLIB) $(DATETIMELIB) $(INTLLIB) $(MATHLIB)
+EXTRA_LIBS = $(XDRLIB) $(SOCKLIB) $(DATETIMELIB) $(INTLLIB) $(MATHLIB)
 DATASRC = ellipse.table datum.table datumtransform.table FIPS.code state27 state83 projections gui.tcl
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make



More information about the grass-commit mailing list