Selaa lähdekoodia

gcc: Add `cholesky_kernels.h' to the distribution.

* gcc-plugin/examples/Makefile.am (noinst_HEADERS): Add
  `cholesky/cholesky_kernels.h'.
Ludovic Courtès 13 vuotta sitten
vanhempi
commit
44d59c640b
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      gcc-plugin/examples/Makefile.am

+ 3 - 1
gcc-plugin/examples/Makefile.am

@@ -30,7 +30,9 @@ AM_CPPFLAGS =						\
 
 AM_CFLAGS = -fplugin="$(builddir)/../src/.libs/starpu.so" -Wall
 
-noinst_HEADERS = cholesky/cholesky.h
+noinst_HEADERS =				\
+  cholesky/cholesky.h				\
+  cholesky/cholesky_kernels.h
 
 if !NO_BLAS_LIB
 cholesky_cholesky_SOURCES	=		\