summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2006-05-23 21:10:23 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2006-05-23 21:10:23 (GMT)
commit7ad4792c50a17afacb920a04f80a23d3fe2dde4a (patch)
tree91fe7ca1d471fe0448f859cd4f7b7319ba05f268 /src/Makefile.am
parent804b85f80e4dcf5dae4bc28361df0678dcd691b9 (diff)
downloadhdf5-7ad4792c50a17afacb920a04f80a23d3fe2dde4a.zip
hdf5-7ad4792c50a17afacb920a04f80a23d3fe2dde4a.tar.gz
hdf5-7ad4792c50a17afacb920a04f80a23d3fe2dde4a.tar.bz2
[svn-r12372] Purpose:
Makefile cleanup Description: Cleaned up where files were distcleaned Platforms tested: mir (change only affects distclean)
Diffstat (limited to 'src/Makefile.am')
-rwxr-xr-xsrc/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index da84780..24dd7d9 100755
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -36,6 +36,8 @@ libhdf5_la_LDFLAGS= -version-info $(LT_VERS_INTERFACE):$(LT_VERS_REVISION):$(LT_
# H5Tinit.c is a generated file, and should be cleaned.
MOSTLYCLEANFILES=H5Tinit.c
+# H5pubconf.h is generated by configure, and should be cleaned.
+DISTCLEANFILES=H5pubconf.h
# library sources
libhdf5_la_SOURCES= H5.c H5dbg.c H5A.c H5AC.c H5B.c H5Bcache.c \