Explorar o código

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

* gcc-plugin/examples/Makefile.am (noinst_HEADERS): Add
  `cholesky/cholesky_kernels.h'.
Ludovic Courtès %!s(int64=13) %!d(string=hai) anos
pai
achega
44d59c640b
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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	=		\