From aa860a120bb86dc194099a9920f8cce575dfb0e2 Mon Sep 17 00:00:00 2001 From: Jing Chen Date: Mon, 9 Jan 2012 09:17:54 +1100 Subject: [PATCH] r3334 | jgn | 2012-01-09 09:17:54 +1100 (Mon, 09 Jan 2012) | 1 line --- site_ansto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site_ansto/Makefile b/site_ansto/Makefile index 286a007e..b9be0f99 100644 --- a/site_ansto/Makefile +++ b/site_ansto/Makefile @@ -63,7 +63,7 @@ else endif # HDF5 -LIB_HDF5 := $(firstword $(wildcard /usr/lib/libhdf5.a /usr/local/lib/libhdf5.a)) +LIB_HDF5 := $(firstword $(wildcard /usr/lib/libhdf5.so /usr/lib/libhdf5.a /usr/local/lib/libhdf5.a)) ifeq (,$(LIB_HDF5)) $(warning LIB_HDF5 not found) endif