[GRASS-SVN] r32143 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 17 02:26:13 EDT 2008


Author: glynn
Date: 2008-07-17 02:26:12 -0400 (Thu, 17 Jul 2008)
New Revision: 32143

Modified:
   grass/trunk/lib/gis/Makefile
Log:
Add $(SOCKLIB) to EXTRA_LIBS


Modified: grass/trunk/lib/gis/Makefile
===================================================================
--- grass/trunk/lib/gis/Makefile	2008-07-17 04:17:13 UTC (rev 32142)
+++ grass/trunk/lib/gis/Makefile	2008-07-17 06:26:12 UTC (rev 32143)
@@ -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