|
@@ -1,6 +1,6 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
-# Copyright (C) 2009-2012 Université de Bordeaux
|
|
|
+# Copyright (C) 2009-2012, 2015 Université de Bordeaux
|
|
|
# Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Centre National de la Recherche Scientifique
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -50,7 +50,8 @@ BUILT_SOURCES =
|
|
|
CLEANFILES = *.gcno *.gcda *.linkinfo starpu_idle_microsec.log
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
- user_defined_datatype_value.h
|
|
|
+ user_defined_datatype_value.h \
|
|
|
+ helper.h
|
|
|
|
|
|
examplebindir = $(libdir)/starpu/examples/mpi
|
|
|
|