Selaa lähdekoodia

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

Ludovic Courtès 13 vuotta sitten
vanhempi
commit
40c0d633e3
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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		\