diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2013-04-04 21:05:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2013-04-04 21:05:34 (GMT) |
commit | 55345aaf4d91ef4ac3378b54d4e4fb80810713ac (patch) | |
tree | 97975843879ca4acd1974174911bf78ebe909e86 /src/Makefile.in | |
parent | 5f43e5f837cb195cab62479263c29903c63bdb1e (diff) | |
download | hdf5-55345aaf4d91ef4ac3378b54d4e4fb80810713ac.zip hdf5-55345aaf4d91ef4ac3378b54d4e4fb80810713ac.tar.gz hdf5-55345aaf4d91ef4ac3378b54d4e4fb80810713ac.tar.bz2 |
[svn-r23550] Description:
Bring r23549 from trunk to desy_1_8 branch:
More misc. cleanups, but main change is to make an "extern" header file
for the plugin interface.
Tested on:
Mac OSX/64 10.8.3 (amazon)
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index b54049a..fa05bf0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -606,7 +606,7 @@ include_HEADERS = hdf5.h H5api_adpt.h H5overflow.h H5pubconf.h H5public.h H5vers H5FDmulti.h H5FDsec2.h H5FDstdio.h \ H5Gpublic.h H5Ipublic.h H5Lpublic.h \ H5MMpublic.h H5Opublic.h H5Ppublic.h \ - H5PLpublic.h \ + H5PLextern.h \ H5Rpublic.h H5Spublic.h \ H5Tpublic.h H5Zpublic.h |