Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Mulhall authored and Ryan Mulhall committed Aug 30, 2023
1 parent 41a5bd7 commit c6fc1b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion coupler/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Ed Hartnett 2/22/19

# Include .h and .mod files.
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/topography/include
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/coupler/include
AM_FCFLAGS = $(FC_MODINC). $(FC_MODOUT)$(MODDIR)

# Build these uninstalled convenience libraries.
Expand All @@ -41,6 +41,8 @@ libcoupler_la_SOURCES = \
# Some mods are dependant on other mods in this dir.
atmos_ocean_fluxes_mod.$(FC_MODEXT): coupler_types_mod.$(FC_MODEXT)

coupler_types_mod

# Mod files are built and then installed as headers.
MODFILES = \
coupler_types_mod.$(FC_MODEXT) \
Expand Down

0 comments on commit c6fc1b4

Please sign in to comment.