瀏覽代碼

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

Ludovic Courtès 13 年之前
父節點
當前提交
40c0d633e3
共有 1 個文件被更改,包括 2 次插入0 次删除
  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		\