diff --git a/inference/Makefile.am b/inference/Makefile.am index f366079d9..0e3e9731a 100644 --- a/inference/Makefile.am +++ b/inference/Makefile.am @@ -15,10 +15,9 @@ check_PROGRAMS = #---------------------------------------------------------------------------------------------------- # GTSAM core -headers += SymbolMap.h Factor.h Conditional.h IndexTable.h +headers += SymbolMap.h Factor-inl.h Conditional.h IndexTable.h # Symbolic Inference -headers += SymbolicFactorGraph.h sources += Factor.cpp SymbolicFactorGraph.cpp check_PROGRAMS += tests/testSymbolicFactor tests/testSymbolicFactorGraph tests/testSymbolicBayesNet check_PROGRAMS += tests/testVariableIndex tests/testVariableSlots