Skip to content

Commit 5d6f0cc

Browse files
committed
Fix Makefile objects
Only make it able to compile, not ensuring it compile correctly
1 parent 0291209 commit 5d6f0cc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/Makefile.Objects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -908,9 +908,9 @@ OBJS_VDW=vdw.o\
908908
vdwd3_parameters.o\
909909
vdwd2.o\
910910
vdwd3.o\
911-
vdwd3_parameters_tab.o\
912-
vdwd3_autoset_xcname.o\
913-
vdwd3_auto_xcpar.o
911+
vdwd3_data.o\
912+
vdwd3_evaluator.o\
913+
vdw_xcname.o
914914

915915
OBJS_DFTU=dftu_nao.o\
916916
dftu_nao_fs_k.o\

0 commit comments

Comments
 (0)