From 53d49f0b5002602ea421e752f05a0c9ec8dc6c08 Mon Sep 17 00:00:00 2001 From: Arlin Davis Date: Tue, 11 Feb 2014 14:31:49 -0800 Subject: [PATCH] dist: ib collective and MIC extension include files missing Signed-off-by: Arlin Davis --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4007506..b589db4 100755 --- a/Makefile.am +++ b/Makefile.am @@ -668,6 +668,8 @@ EXTRA_DIST = dat/common/dat_dictionary.h \ dat/include/dat2/udat.h \ dat/include/dat2/udat_redirection.h \ dat/include/dat2/udat_vendor_specific.h \ + dat/include/dat2/dat_ib_extensions.h \ + dat/include/dat2/dat_mic_extensions.h \ dapl/common/dapl_adapter_util.h \ dapl/common/dapl_cno_util.h \ dapl/common/dapl_cookie.h \ @@ -695,6 +697,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 \ @@ -746,7 +750,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) $(XDAT) + test/dapltest/mdep/linux/dapl_mdep_user.h if DEFINE_MCM sbin_PROGRAMS = svc/mpxyd -- 2.46.0