Discussion:
[ofw] [PATCH 4/4] dist: ib collective extension include files missing
Davis, Arlin R
2014-02-10 07:46:10 UTC
Permalink
Signed-off-by: Arlin Davis <***@intel.com>
---
Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 7441348..47a9d9c 100755
--- a/Makefile.am
+++ b/Makefile.am
@@ -548,6 +548,8 @@ EXTRA_DIST = dat/common/dat_dictionary.h \
dapl/include/dapl_vendor.h \
dapl/openib_common/dapl_ib_dto.h \
dapl/openib_common/dapl_ib_common.h \
+ dapl/openib_common/collectives/ib_collectives.h \
+ dapl/openib_common/collectives/fca_provider.h \
dapl/openib_cma/dapl_ib_util.h \
dapl/openib_cma/linux/openib_osd.h \
dapl/openib_scm/dapl_ib_util.h \
@@ -590,7 +592,7 @@ EXTRA_DIST = dat/common/dat_dictionary.h \
test/dapltest/include/dapl_transaction_stats.h \
test/dapltest/include/dapl_transaction_test.h \
test/dapltest/include/dapl_version.h \
- test/dapltest/mdep/linux/dapl_mdep_user.h $(XHEADERS)
+ test/dapltest/mdep/linux/dapl_mdep_user.h

dist-hook: dapl.spec
cp dapl.spec $(distdir)
--
1.7.3

Loading...