1##
2## Copyright (C) by Argonne National Laboratory
3##     See COPYRIGHT in top-level directory
4##
5
6if BUILD_MPID_COMMON_THREAD
7
8# so that clients can successfully include mpid_thread.h
9AM_CPPFLAGS += -I$(top_srcdir)/src/mpid/common/thread
10
11noinst_HEADERS += src/mpid/common/thread/mpidu_thread_fallback.h
12
13endif BUILD_MPID_COMMON_THREAD
14