Removed wrap headers from install

release/4.3a0
Alex Cunningham 2011-10-13 22:12:47 +00:00
parent a96fcc43f1
commit 2294924ee9
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ noinst_PROGRAMS = wrap
# It will be packaged in the toplevel libgtsam.la as specfied in ../Makefile.am # It will be packaged in the toplevel libgtsam.la as specfied in ../Makefile.am
# The headers are installed in $(includedir)/gtsam: # 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 wrapdir = $(pkgincludedir)/wrap
wrap_HEADERS = $(headers) wrap_HEADERS = $(headers)
noinst_LTLIBRARIES = libwrap.la noinst_LTLIBRARIES = libwrap.la