Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#2 from underwoo/NetCDF-World-Domination-C…
Browse files Browse the repository at this point in the history
…ouncil-ejh_autotools

Add constant to AM_CPPFLAGS for autotools build
  • Loading branch information
edhartnett authored Mar 5, 2019
2 parents 9d467e2 + f7fb45d commit 8ef09e5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions axis_utils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
AM_CPPFLAGS = -I${top_srcdir}/include
AM_CPPFLAGS += -I${top_builddir}/mpp
AM_CPPFLAGS += -I${top_builddir}/fms
AM_CPPFLAGS += -I${top_builddir}/constants

# Build this uninstalled convenience library.
noinst_LTLIBRARIES = libaxis_utils.la
Expand Down
1 change: 1 addition & 0 deletions coupler/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# Include .h and .mod files.
AM_CPPFLAGS = -I${top_srcdir}/include
AM_CPPFLAGS += -I${top_builddir}/constants
AM_CPPFLAGS += -I${top_builddir}/fms
AM_CPPFLAGS += -I${top_builddir}/mpp
AM_CPPFLAGS += -I${top_builddir}/time_manager
Expand Down
1 change: 1 addition & 0 deletions field_manager/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# Include .h and .mod files.
AM_CPPFLAGS = -I${top_srcdir}/include
AM_CPPFLAGS += -I${top_builddir}/constants
AM_CPPFLAGS += -I${top_builddir}/mpp
AM_CPPFLAGS += -I${top_builddir}/fms

Expand Down
1 change: 1 addition & 0 deletions station_data/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Include .h and .mod files.
AM_CPPFLAGS = -I${top_srcdir}/include
AM_CPPFLAGS += -I${top_builddir}/axis_utils
AM_CPPFLAGS += -I${top_builddir}/constants
AM_CPPFLAGS += -I${top_builddir}/mpp
AM_CPPFLAGS += -I${top_builddir}/fms
AM_CPPFLAGS += -I${top_builddir}/diag_manager
Expand Down
1 change: 1 addition & 0 deletions time_interp/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Include .h and .mod files.
AM_CPPFLAGS = -I${top_srcdir}/include
AM_CPPFLAGS += -I${top_builddir}/time_manager
AM_CPPFLAGS += -I${top_builddir}/constants
AM_CPPFLAGS += -I${top_builddir}/fms
AM_CPPFLAGS += -I${top_builddir}/mpp
AM_CPPFLAGS += -I${top_builddir}/axis_utils
Expand Down
1 change: 1 addition & 0 deletions tracer_manager/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# Include .h and .mod files.
AM_CPPFLAGS = -I${top_srcdir}/include
AM_CPPFLAGS += -I${top_builddir}/constants
AM_CPPFLAGS += -I${top_builddir}/mpp
AM_CPPFLAGS += -I${top_builddir}/fms
AM_CPPFLAGS += -I${top_builddir}/field_manager
Expand Down

0 comments on commit 8ef09e5

Please sign in to comment.