Bläddra i källkod

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

Ludovic Courtès 13 år sedan
förälder
incheckning
40c0d633e3
1 ändrade filer med 2 tillägg och 0 borttagningar
  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		\