Sfoglia il codice sorgente

src: add missing header files

Nathalie Furmento 14 anni fa
parent
commit
cc191a0548
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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				\