From 65139d78f6f7098c091974f41f9b953d36f48188 Mon Sep 17 00:00:00 2001 From: "Daniel R. Roe" Date: Mon, 9 Mar 2026 14:24:53 -0400 Subject: [PATCH] Add missing objects to static libraries, should fix ambpdb build --- src/cpptrajfiles | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/cpptrajfiles b/src/cpptrajfiles index 23e461b336..e433472a53 100644 --- a/src/cpptrajfiles +++ b/src/cpptrajfiles @@ -529,6 +529,7 @@ LIBCPPTRAJ_CORE_OBJECTS= \ Matrix_3x3.o \ NameType.o \ Parallel.o \ + Parm/Merge.o \ Range.o \ Residue.o \ Units.o \ @@ -546,6 +547,7 @@ LIBCPPTRAJ_FILE_OBJECTS= \ FileIO_Std.o \ FileTypes.o \ CIFfile.o \ + ModXNA_Info.o \ Mol2File.o \ PDBfile.o \ SDFfile.o \ @@ -625,9 +627,14 @@ LIBCPPTRAJ_TRAJ_OBJECTS= \ # These objects contain parameter file functionality. Requires core and file libraries. LIBCPPTRAJ_PARM_OBJECTS= \ BondSearch.o \ + CmapParmHolder.o \ CharmmParamFile.o \ ExclusionArray.o \ + GuessAtomHybridization.o \ Mol.o \ + Parm/AssignParams.o \ + Parm/DihedralParmSet.o \ + Parm/GetParams.o \ Parm/ParameterSet.o \ ParmFile.o \ Parm_Amber.o \ @@ -637,5 +644,6 @@ LIBCPPTRAJ_PARM_OBJECTS= \ Parm_Mol2.o \ Parm_PDB.o \ Parm_SDF.o \ - Parm_Tinker.o + Parm_Tinker.o \ + Structure/GenerateConnectivityArrays.o