diff options
Diffstat (limited to 'hl/Makefile.in')
-rwxr-xr-x | hl/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/Makefile.in b/hl/Makefile.in index d3a17ed..634e3bd 100755 --- a/hl/Makefile.in +++ b/hl/Makefile.in @@ -262,7 +262,7 @@ H5CC_PP = $(bindir)/h5pcc H5FC = $(bindir)/h5fc H5FC_PP = $(bindir)/h5pfc @BUILD_FORTRAN_CONDITIONAL_TRUE@FORTRAN_DIR = fortran -SUBDIRS = src test $(FORTRAN_DIR) +SUBDIRS = src test $(CXX_DIR) $(FORTRAN_DIR) # Automake needs to be taught how to build lib, progs, and tests targets. # These will be filled in automatically for the most part (e.g., |