Skip to content

Commit

Permalink
fixing fortran build in autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 25, 2019
1 parent d497232 commit b26d031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AM_CPPFLAGS = -D_NETCDF -D_NETCDF4 -D_PETCDF
libpiof_la_LDFLAGS = -version-info 1:0:0

# The library soure files.
libpiof_la_LIBADD = libpio_types.la libpio_nf.la libpio_kinds.la \
libpiof_la_LIBADD = libpio_nf.la libpio_kinds.la \
libpio_support.la libpiodarray.la libpionfatt.la libpionfget.la \
libpionfput.la libpiolib_mod.la libpio.la

Expand Down

0 comments on commit b26d031

Please sign in to comment.