Forgotten header numericalDerivative.h

release/4.3a0
Frank Dellaert 2010-01-16 04:22:41 +00:00
parent 07c7c4c0bd
commit a4ed0a191d
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ testMatrix_LDADD = libgtsam.la
# GTSAM basics
# The header files will be installed in ~/include/gtsam
headers = gtsam.h Value.h Testable.h Factor.h Conditional.h Ordering.h Ordering-inl.h
headers = gtsam.h Value.h Testable.h Factor.h Conditional.h
headers += Ordering.h Ordering-inl.h numericalDerivative.h
sources += Ordering.cpp
example = smallExample.cpp