Skip to content

Commit

Permalink
forgot about Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
mlee03 authored and mlee03 committed Jul 25, 2023
1 parent 995d198 commit 282bc99
Showing 1 changed file with 38 additions and 37 deletions.
75 changes: 38 additions & 37 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -34,43 +34,44 @@ endif

# Make targets will be run in each subdirectory. Order is significant.
SUBDIRS = \
platform \
tridiagonal \
mpp \
constants \
memutils \
string_utils \
fms2_io \
mosaic2 \
fms \
parser \
affinity \
mosaic \
time_manager \
axis_utils \
diag_manager \
drifters \
horiz_interp \
time_interp \
column_diagnostics \
block_control \
data_override \
astronomy \
field_manager \
coupler \
diag_integral \
monin_obukhov \
interpolator \
amip_interp \
exchange \
topography \
tracer_manager \
sat_vapor_pres \
random_numbers \
. \
libFMS \
test_fms \
${DOCS}
platform \
tridiagonal \
mpp \
constants \
constants4 \
memutils \
string_utils \
fms2_io \
mosaic2 \
fms \
parser \
affinity \
mosaic \
time_manager \
axis_utils \
diag_manager \
drifters \
horiz_interp \
time_interp \
column_diagnostics \
block_control \
data_override \
astronomy \
field_manager \
coupler \
diag_integral \
monin_obukhov \
interpolator \
amip_interp \
exchange \
topography \
tracer_manager \
sat_vapor_pres \
random_numbers \
. \
libFMS \
test_fms \
${DOCS}

include_HEADERS = include/file_version.h include/fms_platform.h

Expand Down

0 comments on commit 282bc99

Please sign in to comment.