Преглед изворни кода

src/Makefile.am: add new top/starpu_top_core.h file to dist

Nathalie Furmento пре 13 година
родитељ
комит
8842c6d6fe
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/Makefile.am

+ 2 - 1
src/Makefile.am

@@ -110,7 +110,8 @@ noinst_HEADERS = 						\
 	util/starpu_insert_task_utils.h				\
 	starpu_parameters.h					\
 	top/starpu_top_message_queue.h				\
-	top/starpu_top_connection.h
+	top/starpu_top_connection.h				\
+	top/starpu_top_core.h
 
 libstarpu_la_SOURCES = 						\
 	common/barrier.c					\