From 16b699ba1e469518aaeba0178c9f832a143c9737 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Sun, 28 Aug 2011 18:59:47 +0000 Subject: [PATCH] Added SharedNoiseModel to list of installed headers --- gtsam/linear/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/linear/Makefile.am b/gtsam/linear/Makefile.am index c29e03403..c141080ac 100644 --- a/gtsam/linear/Makefile.am +++ b/gtsam/linear/Makefile.am @@ -11,7 +11,7 @@ sources = check_PROGRAMS = # Noise Model -headers += SharedGaussian.h SharedDiagonal.h +headers += SharedGaussian.h SharedDiagonal.h SharedNoiseModel.h sources += NoiseModel.cpp Errors.cpp Sampler.cpp check_PROGRAMS += tests/testNoiseModel tests/testErrors tests/testSampler