Forráskód Böngészése

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

Ludovic Courtès 13 éve
szülő
commit
40c0d633e3
1 módosított fájl, 2 hozzáadás és 0 törlés
  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		\