Explorar o código

gcc: Add `cholesky/cholesky.h' to the distribution.

Ludovic Courtès %!s(int64=13) %!d(string=hai) anos
pai
achega
40c0d633e3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      gcc-plugin/examples/Makefile.am

+ 2 - 0
gcc-plugin/examples/Makefile.am

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