From 2ac6447cd4afcb6d61940d6ef2fbcfcdf23b88e6 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Sat, 9 Oct 2010 03:35:27 +0000 Subject: [PATCH] fixed install script bug due to duplicate inclusion of header files --- inference/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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