From d11b2e6bd582d15602973f033da38a8507e5915c Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sun, 10 Jan 2010 18:37:55 +0000 Subject: [PATCH] Added omitted headers --- cpp/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cpp/Makefile.am b/cpp/Makefile.am index aaeaeba3c..008c50223 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -194,8 +194,11 @@ testSimulated3D_SOURCES = testSimulated3D.cpp testSimulated3D_LDADD = libgtsam.la check_PROGRAMS += testSimulated3D +# Pose SLAM headers +headers += BetweenFactor.h LieConfig.h LieConfig-inl.h + # 2D Pose constraints -headers += BetweenFactor.h Pose2Factor.h Pose2Prior.h +headers += Pose2Factor.h Pose2Prior.h sources += Pose2Config.cpp Pose2Graph.cpp check_PROGRAMS += testPose2Factor testPose2Config testPose2Graph testPose2Factor_SOURCES = $(example) testPose2Factor.cpp