fixed install script bug due to duplicate inclusion of header files

release/4.3a0
Alex Cunningham 2010-10-09 03:35:27 +00:00
parent 07bda5aa97
commit 2ac6447cd4
1 changed files with 1 additions and 2 deletions

View File

@ -15,10 +15,9 @@ check_PROGRAMS =
#---------------------------------------------------------------------------------------------------- #----------------------------------------------------------------------------------------------------
# GTSAM core # GTSAM core
headers += SymbolMap.h Factor.h Conditional.h IndexTable.h headers += SymbolMap.h Factor-inl.h Conditional.h IndexTable.h
# Symbolic Inference # Symbolic Inference
headers += SymbolicFactorGraph.h
sources += Factor.cpp SymbolicFactorGraph.cpp sources += Factor.cpp SymbolicFactorGraph.cpp
check_PROGRAMS += tests/testSymbolicFactor tests/testSymbolicFactorGraph tests/testSymbolicBayesNet check_PROGRAMS += tests/testSymbolicFactor tests/testSymbolicFactorGraph tests/testSymbolicBayesNet
check_PROGRAMS += tests/testVariableIndex tests/testVariableSlots check_PROGRAMS += tests/testVariableIndex tests/testVariableSlots