From patchwork Mon Feb 10 07:46:10 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arlin Davis X-Patchwork-Id: 3616061 Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 8BA9F9F2F6 for ; Mon, 10 Feb 2014 07:46:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 28E392012F for ; Mon, 10 Feb 2014 07:46:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 79F652012D for ; Mon, 10 Feb 2014 07:46:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752085AbaBJHql (ORCPT ); Mon, 10 Feb 2014 02:46:41 -0500 Received: from mga03.intel.com ([143.182.124.21]:34358 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750972AbaBJHqj (ORCPT ); Mon, 10 Feb 2014 02:46:39 -0500 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by azsmga101.ch.intel.com with ESMTP; 09 Feb 2014 23:46:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,816,1384329600"; d="scan'208";a="472600647" Received: from orsmsx109.amr.corp.intel.com ([10.22.240.7]) by fmsmga001.fm.intel.com with ESMTP; 09 Feb 2014 23:46:11 -0800 Received: from orsmsx101.amr.corp.intel.com ([169.254.8.61]) by ORSMSX109.amr.corp.intel.com ([169.254.2.176]) with mapi id 14.03.0123.003; Sun, 9 Feb 2014 23:46:11 -0800 From: "Davis, Arlin R" To: "linux-rdma@vger.kernel.org" , "ofw@lists.openfabrics.org" Subject: [PATCH 4/4] dist: ib collective extension include files missing Thread-Topic: [PATCH 4/4] dist: ib collective extension include files missing Thread-Index: Ac8mNAWP9ouCSCSZRGa01aT6J3ZrBg== Date: Mon, 10 Feb 2014 07:46:10 +0000 Message-ID: <54347E5A035A054EAE9D05927FB467F972DEC74C@ORSMSX101.amr.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Arlin Davis --- Makefile.am | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) -- 1.7.3 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)