changeset 2580:97cac7d4eb98

package suitesparse: install config header
author Mark Brand <mabrand@mabrand.nl>
date Tue, 12 Jun 2012 21:32:15 +0200
parents 0239d613b455
children f1946cef5515
files src/suitesparse.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/suitesparse.mk	Tue Jun 12 21:23:22 2012 +0200
+++ b/src/suitesparse.mk	Tue Jun 12 21:32:15 2012 +0200
@@ -36,6 +36,7 @@
 
     # install include files
     $(INSTALL) -d                                '$(PREFIX)/$(TARGET)/include/suitesparse/'
+    $(INSTALL) -m644 '$(1)/SuiteSparse_config/'*.h '$(PREFIX)/$(TARGET)/include/suitesparse/'
     $(INSTALL) -m644 '$(1)/AMD/Include/'*.h      '$(PREFIX)/$(TARGET)/include/suitesparse/'
     $(INSTALL) -m644 '$(1)/BTF/Include/'*.h      '$(PREFIX)/$(TARGET)/include/suitesparse/'
     $(INSTALL) -m644 '$(1)/CAMD/Include/'*.h     '$(PREFIX)/$(TARGET)/include/suitesparse/'