From patchwork Thu Apr 28 23:04:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hefty, Sean" X-Patchwork-Id: 740031 X-Patchwork-Delegate: alexne@voltaire.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p3SN1jcw003226 for ; Thu, 28 Apr 2011 23:04:11 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751924Ab1D1XEK (ORCPT ); Thu, 28 Apr 2011 19:04:10 -0400 Received: from mga03.intel.com ([143.182.124.21]:35759 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756828Ab1D1XEJ convert rfc822-to-8bit (ORCPT ); Thu, 28 Apr 2011 19:04:09 -0400 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 28 Apr 2011 16:04:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.64,283,1301900400"; d="scan'208";a="427444007" Received: from orsmsx603.amr.corp.intel.com ([10.22.226.49]) by azsmga001.ch.intel.com with ESMTP; 28 Apr 2011 16:04:08 -0700 Received: from orsmsx601.amr.corp.intel.com (10.22.226.213) by orsmsx603.amr.corp.intel.com (10.22.226.49) with Microsoft SMTP Server (TLS) id 8.2.255.0; Thu, 28 Apr 2011 16:04:08 -0700 Received: from orsmsx501.amr.corp.intel.com ([10.22.226.209]) by orsmsx601.amr.corp.intel.com ([10.22.226.213]) with mapi; Thu, 28 Apr 2011 16:04:08 -0700 From: "Hefty, Sean" To: Alex Netes , linux-rdma Date: Thu, 28 Apr 2011 16:04:06 -0700 Subject: RE: [PATCH 1/7] libibumad: Add new umad header files to release Thread-Topic: [PATCH 1/7] libibumad: Add new umad header files to release Thread-Index: AcwF+IuMm8Y9DpIOSIi1hdr+/ML+nQ== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 28 Apr 2011 23:04:11 +0000 (UTC) Signed-off-by: Sean Hefty --- Makefile.am | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Makefile.am b/Makefile.am index 604f57a..14e2389 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,11 @@ libibumad_la_DEPENDENCIES = $(srcdir)/src/libibumad.map libibumadincludedir = $(includedir)/infiniband -libibumadinclude_HEADERS = $(srcdir)/include/infiniband/umad.h +libibumadinclude_HEADERS = $(srcdir)/include/infiniband/umad.h \ + $(srcdir)/include/infiniband/umad_types.h \ + $(srcdir)/include/infiniband/umad_sa.h \ + $(srcdir)/include/infiniband/umad_sm.h \ + $(srcdir)/include/infiniband/umad_cm.h EXTRA_DIST = $(srcdir)/include/infiniband/umad.h \ libibumad.spec.in libibumad.spec \