1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
##
## This file is part of the Score-P software (http://www.score-p.org)
##
## Copyright (c) 2013,
## Technische Universitaet Dresden, Germany
##
## This software may be modified and distributed under the terms of
## a BSD-style license. See the COPYING file in the package base
## directory for details.
##
EXTRA_DIST += \
$(SRC_ROOT)test/include/otf2-test/check.h \
$(SRC_ROOT)test/include/otf2-test/chunk-pool.h \
$(SRC_ROOT)test/include/otf2-test/flush.h \
$(SRC_ROOT)test/include/otf2-test/gettime.h
|