diff options
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 07b70d9..e336099 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -25,7 +25,9 @@ CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@ ## This is our main target, but also remove the settings file when cleaning. LIB=libhdf5.la -CLEAN=libhdf5.settings + +## libhdf5.settings is generated during configure. Remove it when distclean. +DISTCLEAN=libhdf5.settings ## Source and object files for the library (lexicographically)... LIB_SRC=H5.c H5A.c H5AC.c H5B.c H5D.c H5Dio.c H5E.c H5F.c H5Fcontig.c \ |