Skip to content

Commit

Permalink
Added map.h to installed headers
Browse files Browse the repository at this point in the history
  • Loading branch information
auriocus committed Dec 15, 2018
1 parent c87cd1b commit ac31bb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -5436,7 +5436,7 @@ fi
vars="generic/vectcl.h generic/nacomplex.h generic/hsfft.h"
vars="generic/vectcl.h generic/nacomplex.h generic/hsfft.h generic/map.h"
for i in $vars; do
# check for existence, be strict because it is installed
if test ! -f "${srcdir}/$i" ; then
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ TEA_ADD_SOURCES([vectclapi.c intconv.c vectcl.c compathack.c linalg.c arrayshape
svd.c eig.c schur.c
bcexecute.c vmparser.c
clapack_cutdown.c tcl_xerbla.c])
TEA_ADD_HEADERS([generic/vectcl.h generic/nacomplex.h generic/hsfft.h])
TEA_ADD_HEADERS([generic/vectcl.h generic/nacomplex.h generic/hsfft.h generic/map.h])
TEA_ADD_INCLUDES([])
TEA_ADD_LIBS([-lm])
TEA_ADD_CFLAGS([])
Expand Down

0 comments on commit ac31bb7

Please sign in to comment.