소스 검색

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				\