1##
2## Copyright (C) by Argonne National Laboratory
3##     See COPYRIGHT in top-level directory
4##
5
6AM_CPPFLAGS += -I$(top_srcdir)/src/mpi/coll/algorithms/treealgo
7
8mpi_core_sources += \
9    src/mpi/coll/algorithms/treealgo/treealgo.c \
10    src/mpi/coll/algorithms/treealgo/treeutil.c
11
12noinst_HEADERS += \
13    src/mpi/coll/algorithms/treealgo/treealgo.h       \
14    src/mpi/coll/algorithms/treealgo/treealgo_types.h \
15    src/mpi/coll/algorithms/treealgo/treeutil.h
16