浏览代码

Missing automake bit

Samuel Thibault 15 年之前
父节点
当前提交
5cea64ffc2
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/Makefile.am

+ 2 - 1
src/Makefile.am

@@ -102,7 +102,8 @@ noinst_HEADERS = 						\
 	debug/starpu_debug_helpers.h				\
 	profiling/bound.h					\
 	profiling/profiling.h					\
-	util/starpu_insert_task_utils.h
+	util/starpu_insert_task_utils.h				\
+	starpu_parameters.h
 
 libstarpu_la_SOURCES = 						\
 	common/barrier.c					\