From 9edda72781fce03a902f5897b61523f2224c0bce Mon Sep 17 00:00:00 2001 From: Steve Goldhaber Date: Tue, 5 Sep 2023 21:57:08 +0200 Subject: [PATCH] Compile Oslo Aero from source subdirectories --- bld/configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bld/configure b/bld/configure index ab49ec2fd9..0a634f12ff 100755 --- a/bld/configure +++ b/bld/configure @@ -2137,7 +2137,9 @@ sub write_filepath print $fh "$chem_src_dir\n"; } if ($chem =~/_oslo/) { - print $fh "$camsrcdir/cam/src/chemistry/oslo_aero\n"; + print $fh "$camsrcdir/cam/src/chemistry/oslo_aero/object\n"; + print $fh "$camsrcdir/cam/src/chemistry/oslo_aero/src\n"; + print $fh "$camsrcdir/cam/src/chemistry/oslo_aero/cam_intr\n"; } elsif ($chem =~ /_mam/) { print $fh "$camsrcdir/src/chemistry/modal_aero\n"; } else {