From patchwork Mon Jan 28 21:38:53 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Hefty, Sean" X-Patchwork-Id: 2058401 X-Patchwork-Delegate: hal@mellanox.com Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 030033FD56 for ; Mon, 28 Jan 2013 21:39:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754490Ab3A1VjS (ORCPT ); Mon, 28 Jan 2013 16:39:18 -0500 Received: from mga02.intel.com ([134.134.136.20]:53859 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754484Ab3A1VjL (ORCPT ); Mon, 28 Jan 2013 16:39:11 -0500 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 28 Jan 2013 13:39:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,554,1355126400"; d="scan'208";a="277656210" Received: from cst-linux.jf.intel.com ([10.23.221.68]) by orsmga002.jf.intel.com with ESMTP; 28 Jan 2013 13:39:10 -0800 From: sean.hefty@intel.com To: linux-rdma@vger.kernel.org, alexne@mellanox.com Cc: Sean Hefty Subject: [PATCH 5/7] libibumad: Add new umad header files to release Date: Mon, 28 Jan 2013 13:38:53 -0800 Message-Id: <1359409135-559-5-git-send-email-sean.hefty@intel.com> X-Mailer: git-send-email 1.7.3 In-Reply-To: <1359409135-559-1-git-send-email-sean.hefty@intel.com> References: <1359409135-559-1-git-send-email-sean.hefty@intel.com> Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org From: Sean Hefty Signed-off-by: Sean Hefty --- Makefile.am | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) 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 \