Pārlūkot izejas kodu

tools/Makefile.am: add valgrind/libgomp.suppr to dist file

Nathalie Furmento 9 gadi atpakaļ
vecāks
revīzija
4aa4fa6fd5
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      tools/Makefile.am

+ 2 - 1
tools/Makefile.am

@@ -1,7 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2009-2015  Université de Bordeaux
-# Copyright (C) 2010, 2011, 2012, 2013, 2014  CNRS
+# Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015  CNRS
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -85,6 +85,7 @@ EXTRA_DIST =				\
 	valgrind/openmpi.suppr		\
 	valgrind/pthread.suppr		\
 	valgrind/starpu.suppr		\
+	valgrind/libgomp.suppr		\
 	tsan/starpu.suppr		\
 	msvc/starpu_clean.bat		\
 	msvc/starpu_open.bat		\