Skip to content
Snippets Groups Projects
Commit a6a45ed6 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Add field_data.h to Makefile.am

parent fa18d61f
No related branches found
No related tags found
1 merge request!185M214003/develop
Pipeline #58449 passed
list( APPEND yac_src_files
area.c
area.h
basic_grid.h
basic_grid_data.h
bnd_circle.c
check_overlap.c
clipping.c
clipping.h
ensure_array_size.c
ensure_array_size.h
field_data.h
geometry.h
grid.h
grid_cell.c
......@@ -14,11 +17,14 @@ list( APPEND yac_src_files
intersection.c
interval_tree.c
interval_tree.h
location.h
sphere_part.c
sphere_part.h
utils.c
utils.h
utils_core.c
utils_core.h
utils_common.h
yac_ld_interface.h
yac_types.h
yac_version.h
)
......
......@@ -12,6 +12,7 @@ libyac_la_SOURCES = \
clipping.h \
ensure_array_size.c \
ensure_array_size.h \
field_data.h \
geometry.h \
grid_cell.c \
grid_cell.h \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment