test/Makefile.am

- bugfix in rule to build "H5test"
This commit is contained in:
2006-09-22 22:42:28 +00:00
parent 49022b6838
commit 7f2cb8bcaf
+1 -1
View File
@@ -104,7 +104,7 @@ H5testFpar.o: H5testFpar.f90
###############################################################################
H5test: H5test.o
$(CXX) -o $@ -c $< $(H5LIB) -lH5Part $(LIBS)
$(CXX) -o $@ $< $(H5LIB) $(LIBS)
H5test.o: H5test.cc
$(CXX) $(CFLAGS) $(INC) -DREGRESSIONTEST -g -c $<