From 1be1123b9a039efbad0f210370116afb5fb4dd69 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 18 Feb 2008 13:54:51 +0000 Subject: [PATCH] - typo in value of include_HEADERS fixed --- src/h5/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/h5/Makefile.am b/src/h5/Makefile.am index e0acb4b..6544d77 100644 --- a/src/h5/Makefile.am +++ b/src/h5/Makefile.am @@ -42,7 +42,7 @@ lib_LIBRARIES = libH5.a EXTRA_LIBRARIES = libH5.a # Header files that I wish to install in $(prefix)/include -include_HEADERS = H5.h +include_HEADERS = h5.h # Listing of all possible headers that I may include EXTRA_HEADERS = @@ -59,7 +59,7 @@ libH5.a: $(libH5_a_OBJECTS) %.o : %.c $(CC) $(CFLAGS) $(INC) -c $< -$(libH5_a_OBJECTS): H5.h +$(libH5_a_OBJECTS): h5.h errorhandling.o: errorhandling.c