Skip to content

Commit

Permalink
Fix missing spral_complex.h on install
Browse files Browse the repository at this point in the history
  • Loading branch information
jfowkes committed Aug 18, 2023
1 parent 299a1c0 commit 7e44d5a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ SPRALLINK = $(FCLINK)
endif

lib_LIBRARIES = libspral.a
include_HEADERS = include/spral.h
# Note: first so not +=
include_HEADERS = \
include/spral.h \
include/spral_complex.h

# BLAS_IFACE
# Note: first so not +=
Expand Down

0 comments on commit 7e44d5a

Please sign in to comment.