瀏覽代碼

installation: copy files AUTHORS COPYING.LGPL README into prefix directory when installing StarPU

Nathalie Furmento 14 年之前
父節點
當前提交
f04e7b27e2
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Makefile.am

+ 6 - 0
Makefile.am

@@ -42,3 +42,9 @@ include_HEADERS = 				\
 	include/starpu_profiling.h		\
 	include/starpu_bound.h			\
 	include/starpu_scheduler.h
+
+txtdir = ${prefix}
+txt_DATA = AUTHORS COPYING.LGPL README
+
+
+