Browse Source

src: add missing header files

Nathalie Furmento 14 years ago
parent
commit
cc191a0548
1 changed files with 2 additions and 0 deletions
  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				\