소스 검색

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
+
+
+