diff options
Diffstat (limited to 'hl')
-rw-r--r-- | hl/fortran/examples/Makefile.am | 2 | ||||
-rw-r--r-- | hl/fortran/examples/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hl/fortran/examples/Makefile.am b/hl/fortran/examples/Makefile.am index 168d677..9ed304f 100644 --- a/hl/fortran/examples/Makefile.am +++ b/hl/fortran/examples/Makefile.am @@ -30,7 +30,7 @@ endif # be run. # We don't tell automake about these programs so that it doesn't try to # compile them with the regular fortran compiler. -TEST_PROG= +TEST_PROG=exlite # List files to be installed here INSTALL_FILES= diff --git a/hl/fortran/examples/Makefile.in b/hl/fortran/examples/Makefile.in index f601a16..42d7126 100644 --- a/hl/fortran/examples/Makefile.in +++ b/hl/fortran/examples/Makefile.in @@ -319,7 +319,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.h5 # be run. # We don't tell automake about these programs so that it doesn't try to # compile them with the regular fortran compiler. -TEST_PROG = +TEST_PROG = exlite # List files to be installed here INSTALL_FILES = |