<p><b>duda</b> 2011-10-12 16:54:20 -0600 (Wed, 12 Oct 2011)</p><p>BRANCH COMMIT<br>
<br>
Add include and library paths in top-level Makefile for PIO and pNetCDF.<br>
<br>
<br>
M    Makefile<br>
</p><hr noshade><pre><font color="gray">Modified: branches/pio/Makefile
===================================================================
--- branches/pio/Makefile        2011-10-12 22:40:32 UTC (rev 1068)
+++ branches/pio/Makefile        2011-10-12 22:54:20 UTC (rev 1069)
@@ -141,9 +141,9 @@
         &quot;CPPFLAGS = -DRKIND=8 $(MODEL_FORMULATION) -DUNDERSCORE $(FILE_OFFSET) $(ZOLTAN_DEFINE)&quot; )
 
 
-CPPINCLUDES = -I../inc -I$(NETCDF)/include
-FCINCLUDES = -I../inc -I$(NETCDF)/include
-LIBS = -L$(NETCDF)/lib -lnetcdf
+CPPINCLUDES = -I../inc -I$(NETCDF)/include -I$(PIO) -I$(PNETCDF)/include
+FCINCLUDES = -I../inc -I$(NETCDF)/include -I$(PIO) -I$(PNETCDF)/include
+LIBS = -L$(PIO) -L$(PNETCDF)/lib -L$(NETCDF)/lib -lpio -lpnetcdf -lnetcdf
 
 RM = rm -f
 CPP = cpp -C -P -traditional

</font>
</pre>