Przeglądaj źródła

src: add missing header files

Nathalie Furmento 14 lat temu
rodzic
commit
cc191a0548
1 zmienionych plików z 2 dodań i 0 usunięć
  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				\