Skip to content

Commit df7b8ea

Browse files
drroeDaniel R. Roe
andauthored
Add missing objects to static libraries, should fix ambpdb build (#1167)
Co-authored-by: Daniel R. Roe <daniel.roe@nih.gov>
1 parent 5ca3e67 commit df7b8ea

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/cpptrajfiles

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ LIBCPPTRAJ_CORE_OBJECTS= \
529529
Matrix_3x3.o \
530530
NameType.o \
531531
Parallel.o \
532+
Parm/Merge.o \
532533
Range.o \
533534
Residue.o \
534535
Units.o \
@@ -546,6 +547,7 @@ LIBCPPTRAJ_FILE_OBJECTS= \
546547
FileIO_Std.o \
547548
FileTypes.o \
548549
CIFfile.o \
550+
ModXNA_Info.o \
549551
Mol2File.o \
550552
PDBfile.o \
551553
SDFfile.o \
@@ -625,9 +627,14 @@ LIBCPPTRAJ_TRAJ_OBJECTS= \
625627
# These objects contain parameter file functionality. Requires core and file libraries.
626628
LIBCPPTRAJ_PARM_OBJECTS= \
627629
BondSearch.o \
630+
CmapParmHolder.o \
628631
CharmmParamFile.o \
629632
ExclusionArray.o \
633+
GuessAtomHybridization.o \
630634
Mol.o \
635+
Parm/AssignParams.o \
636+
Parm/DihedralParmSet.o \
637+
Parm/GetParams.o \
631638
Parm/ParameterSet.o \
632639
ParmFile.o \
633640
Parm_Amber.o \
@@ -637,5 +644,6 @@ LIBCPPTRAJ_PARM_OBJECTS= \
637644
Parm_Mol2.o \
638645
Parm_PDB.o \
639646
Parm_SDF.o \
640-
Parm_Tinker.o
647+
Parm_Tinker.o \
648+
Structure/GenerateConnectivityArrays.o
641649

0 commit comments

Comments
 (0)