<p><b>mperego@fsu.edu</b> 2012-03-13 15:41:54 -0600 (Tue, 13 Mar 2012)</p><p>BRANCH COMMIT, fix libraries inclusions<br>
</p><hr noshade><pre><font color="gray">Modified: branches/land_ice_projects/grid_tools/icesheet_legacy/periodic_hex/Makefile
===================================================================
--- branches/land_ice_projects/grid_tools/icesheet_legacy/periodic_hex/Makefile        2012-03-13 15:20:35 UTC (rev 1626)
+++ branches/land_ice_projects/grid_tools/icesheet_legacy/periodic_hex/Makefile        2012-03-13 21:41:54 UTC (rev 1627)
@@ -38,7 +38,7 @@
 CPPFLAGS = 
 CPPINCLUDES = 
 INCLUDES = -I$(NETCDF)/include
-LIBS = -L$(NETCDF)/lib -lnetcdf -lnetcdff
+LIBS = -L$(NETCDF)/lib -lnetcdf
 
 RM = rm -f
 

</font>
</pre>