diff options
Diffstat (limited to 'c++')
-rw-r--r-- | c++/Makefile.in | 1 | ||||
-rw-r--r-- | c++/examples/Makefile.in | 1 | ||||
-rw-r--r-- | c++/src/Makefile.in | 1 | ||||
-rw-r--r-- | c++/test/Makefile.in | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/c++/Makefile.in b/c++/Makefile.in index d349e85..c7ad184 100644 --- a/c++/Makefile.in +++ b/c++/Makefile.in @@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc # Make sure that these variables are exported to the Makefiles F9XMODEXT = @F9XMODEXT@ +F9XMODFLAG = @F9XMODFLAG@ SUBDIRS = src test DIST_SUBDIRS = $(SUBDIRS) examples diff --git a/c++/examples/Makefile.in b/c++/examples/Makefile.in index 13f94c9..096c733 100644 --- a/c++/examples/Makefile.in +++ b/c++/examples/Makefile.in @@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc # Make sure that these variables are exported to the Makefiles F9XMODEXT = @F9XMODEXT@ +F9XMODFLAG = @F9XMODFLAG@ # Use h5c++ to build examples, instead of reguar C++ compiler H5CPP = $(bindir)/h5c++ diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index af17a34..1e4afd7 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc # Make sure that these variables are exported to the Makefiles F9XMODEXT = @F9XMODEXT@ +F9XMODFLAG = @F9XMODFLAG@ # Include src directory AM_CPPFLAGS = -I$(top_srcdir)/src diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in index 20879e2..bbfa64c 100644 --- a/c++/test/Makefile.in +++ b/c++/test/Makefile.in @@ -194,6 +194,7 @@ H5FC_PP = $(bindir)/h5pfc # Make sure that these variables are exported to the Makefiles F9XMODEXT = @F9XMODEXT@ +F9XMODFLAG = @F9XMODFLAG@ # Include src, test, and c++/src directories AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/c++/src |