From 2294924ee9dad771f863387b04020fde131db5d5 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Thu, 13 Oct 2011 22:12:47 +0000 Subject: [PATCH] Removed wrap headers from install --- wrap/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wrap/Makefile.am b/wrap/Makefile.am index 1aefe38d1..bc00425fc 100644 --- a/wrap/Makefile.am +++ b/wrap/Makefile.am @@ -24,7 +24,8 @@ noinst_PROGRAMS = wrap # It will be packaged in the toplevel libgtsam.la as specfied in ../Makefile.am # The headers are installed in $(includedir)/gtsam: #---------------------------------------------------------------------------------------------------- -headers += $(sources:.cpp=.h) matlab.h +# Only install the header necessary for wrap interfaces to build with mex +headers += matlab.h wrapdir = $(pkgincludedir)/wrap wrap_HEADERS = $(headers) noinst_LTLIBRARIES = libwrap.la