瀏覽代碼

src: add missing header files

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

+ 2 - 0
src/Makefile.am

@@ -67,6 +67,8 @@ noinst_HEADERS = 						\
 	core/topology.h						\
 	core/debug.h						\
 	core/errorcheck.h					\
+	core/combined_workers.h					\
+	core/parallel_tasks.h					\
 	sched_policies/fifo_queues.h				\
 	sched_policies/deque_queues.h				\
 	sched_policies/stack_queues.h				\