We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8142959 + 0d2f481 commit 75e8cc6Copy full SHA for 75e8cc6
2 files changed
Makefile.am
@@ -34,7 +34,7 @@ CONTRIB=contrib
34
endif
35
SUBDIRS=third_party include src bindings applications test scripts examples doc macosx_install_kit $(CONTRIB)
36
37
-EXTRA_DIST=build_rules.am nexus_spec.in nexus.spec autogen.sh autoversion.sh \
+EXTRA_DIST=build_rules.am nexus_spec.in nexus.spec autoversion.sh \
38
build_rpm.in README.cygwin README.macosx \
39
README.MinGW make_mingw_links \
40
configure_mingw_kit Windows_extra InstallerBits \
include/napi.h
@@ -51,7 +51,9 @@
51
#ifndef NEXUSAPI
52
#define NEXUSAPI
53
54
+#if HAVE_CONFIG_H
55
#include <napiconfig.h>
56
+#endif /* HAVE_CONFIG_H */
57
58
/* NeXus HDF45 */
59
#define NEXUS_VERSION "4.3.0" /* major.minor.patch */
0 commit comments