Browse Source

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

Nathalie Furmento 13 years ago
parent
commit
8842c6d6fe
1 changed files with 2 additions and 1 deletions
  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					\