Skip to content

Commit 75e8cc6

Browse files
FreddieAkeroydFreddie Akeroyd
authored andcommitted
Merge trunk changes [1869] to [1871] refs #306
git-svn-id: https://svn.nexusformat.org/code/branches/4.3@1872 ff5d1e40-2be0-497f-93bd-dc18237bd3c7
2 parents 8142959 + 0d2f481 commit 75e8cc6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CONTRIB=contrib
3434
endif
3535
SUBDIRS=third_party include src bindings applications test scripts examples doc macosx_install_kit $(CONTRIB)
3636

37-
EXTRA_DIST=build_rules.am nexus_spec.in nexus.spec autogen.sh autoversion.sh \
37+
EXTRA_DIST=build_rules.am nexus_spec.in nexus.spec autoversion.sh \
3838
build_rpm.in README.cygwin README.macosx \
3939
README.MinGW make_mingw_links \
4040
configure_mingw_kit Windows_extra InstallerBits \

include/napi.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@
5151
#ifndef NEXUSAPI
5252
#define NEXUSAPI
5353

54+
#if HAVE_CONFIG_H
5455
#include <napiconfig.h>
56+
#endif /* HAVE_CONFIG_H */
5557

5658
/* NeXus HDF45 */
5759
#define NEXUS_VERSION "4.3.0" /* major.minor.patch */

0 commit comments

Comments
 (0)