Skip to content

Commit

Permalink
Migrate make_regional_mosaic to src
Browse files Browse the repository at this point in the history
  • Loading branch information
underwoo committed Jan 16, 2025
1 parent b31225b commit 63ffe2a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 29 deletions.
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ ACLOCAL_AMFLAGS = -I m4

SUBDIRS = lib \
src \
tools/make_regional_mosaic \
tools/make_solo_mosaic \
tools/make_topog \
tools/make_vgrid \
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ AC_CONFIG_FILES([Makefile
man/Makefile
src/Makefile
tests/Makefile
tools/make_regional_mosaic/Makefile
tools/make_solo_mosaic/Makefile
tools/make_topog/Makefile
tools/make_vgrid/Makefile
Expand Down
7 changes: 7 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ grid_programs = \
make_coupler_mosaic \
make_hgrid \
make_land_domain \
make_regional_mosaic \
make_remap_file \
make_quick_mosaic

Expand Down Expand Up @@ -334,3 +335,9 @@ make_land_domain_SOURCES = \
# ********************************************************* #
make_quick_mosaic_SOURCES = \
make-quick-mosaic/make_quick_mosaic.c

# ********************************************************* #
# make_regional_mosaic #
# ********************************************************* #
make_regional_mosaic_SOURCES = \
make-regional-mosaic/make_regional_mosaic.c
File renamed without changes.
27 changes: 0 additions & 27 deletions tools/make_regional_mosaic/Makefile.am

This file was deleted.

0 comments on commit 63ffe2a

Please sign in to comment.