[svn-r427] Added -lm to libraries needed.

This commit is contained in:
Albert Cheng 1998-06-15 23:47:25 -05:00
parent 1460b000d8
commit a639a5998c

View File

@ -47,7 +47,7 @@ PRIVATE_HDR=testhdf5.h
# How to build the programs...
testphdf5: $(TESTPHDF5_OBJ) ../src/libhdf5.a
$(CC) $(CFLAGS) -o $@ $(TESTPHDF5_OBJ) ../src/libhdf5.a $(MPI_LIBS)
$(CC) $(CFLAGS) -o $@ $(TESTPHDF5_OBJ) ../src/libhdf5.a $(MPI_LIBS) -lm
#------------------------------------------------------------- -*- makefile -*-
# The following section of this makefile comes from the