From 09d2cb9101a4b829b29953caa9c8ebe6dfee850b Mon Sep 17 00:00:00 2001 From: Manohar Paluri Date: Sat, 16 Jan 2010 23:10:38 +0000 Subject: [PATCH] added numericalDerivative.h to headers --- cpp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/Makefile.am b/cpp/Makefile.am index d90a5f098..d2fb484d4 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -242,7 +242,7 @@ testVSLAMGraph_LDADD = libgtsam.la testVSLAMConfig_SOURCES = testVSLAMConfig.cpp testVSLAMConfig_LDADD = libgtsam.la -headers += smallExample.h +headers += smallExample.h numericalDerivative.h headers += $(sources:.cpp=.h) # Timing tests