Skip to content

Commit 3eaeb98

Browse files
author
abacus_fixer
committed
fix(Makefile): add missing klist_io.o to OBJS_CELL
The this-free helpers extracted into source_cell/klist_io.cpp are referenced by klist.cpp, but the Makefile object list was not updated when the CMake build gained the new TU, breaking the Makefile link with undefined references to KListIO::ibz_kpt_table/ibz_wk_table/interp_line.
1 parent 25c3156 commit 3eaeb98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/Makefile.Objects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ OBJS_CELL=atom_pseudo.o\
211211
print_cell.o\
212212
setup_nonlocal.o\
213213
klist.o\
214+
klist_io.o\
214215
reciprocal_grid.o\
215216
cell_index.o\
216217
cell_tools.o\

0 commit comments

Comments
 (0)