Skip to content

Commit

Permalink
forgetting include path
Browse files Browse the repository at this point in the history
  • Loading branch information
mcallic2 committed Jul 18, 2023
1 parent 3b38ab5 commit bb4d1a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion topography/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
# Ed Hartnett 2/22/19

# Include .h and .mod files.
AM_CPPFLAGS = -I$(top_srcdir)/topography/include
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/topography/include

AM_FCFLAGS = $(FC_MODINC). $(FC_MODOUT)$(MODDIR)

# Build these uninstalled convenience libraries.
Expand Down

0 comments on commit bb4d1a7

Please sign in to comment.