From c6fc1b452a6b5d7e6822f5336f043c165a5bf003 Mon Sep 17 00:00:00 2001 From: Ryan Mulhall Date: Wed, 30 Aug 2023 14:48:01 -0400 Subject: [PATCH] typo --- coupler/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coupler/Makefile.am b/coupler/Makefile.am index 281a2c6e31..943bae4bbd 100644 --- a/coupler/Makefile.am +++ b/coupler/Makefile.am @@ -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. @@ -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) \