浏览代码

src/Makefile.am: add new top/starpu_top_core.h file to dist

Nathalie Furmento 13 年之前
父节点
当前提交
8842c6d6fe
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/Makefile.am

+ 2 - 1
src/Makefile.am

@@ -110,7 +110,8 @@ noinst_HEADERS = 						\
 	util/starpu_insert_task_utils.h				\
 	starpu_parameters.h					\
 	top/starpu_top_message_queue.h				\
-	top/starpu_top_connection.h
+	top/starpu_top_connection.h				\
+	top/starpu_top_core.h
 
 libstarpu_la_SOURCES = 						\
 	common/barrier.c					\