From patchwork Tue Jan 20 09:45:00 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: sebastien dugue X-Patchwork-Id: 5667141 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id E99049F357 for ; Tue, 20 Jan 2015 10:10:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 29D3420396 for ; Tue, 20 Jan 2015 10:10:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3A90F20328 for ; Tue, 20 Jan 2015 10:10:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751966AbbATKK3 (ORCPT ); Tue, 20 Jan 2015 05:10:29 -0500 Received: from odin2.bull.net ([129.184.85.11]:58499 "EHLO odin2.bull.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752504AbbATKK1 convert rfc822-to-8bit (ORCPT ); Tue, 20 Jan 2015 05:10:27 -0500 Received: from BUMSG1WM.fr.ad.bull.net (bumsg1wm.fr.ad.bull.net [10.192.1.15]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by odin2.bull.net (Bull S.A.) with ESMTP id 373A8203FB; Tue, 20 Jan 2015 10:45:01 +0100 (CET) Received: from b012350-ux (10.192.1.123) by BUMSG1WM.fr.ad.bull.net (10.192.1.15) with Microsoft SMTP Server (TLS) id 14.3.210.2; Tue, 20 Jan 2015 10:45:01 +0100 Date: Tue, 20 Jan 2015 10:45:00 +0100 From: =?UTF-8?B?U8OpYmFzdGllbiBEdWd1w6k=?= To: linux-rdma CC: Adrian Chiris Subject: [PATCH 1/2] mstflint: Fix make dist-xx Makefile targets Message-ID: <20150120104500.779f8ebd@b012350-ux> In-Reply-To: <20150120104126.7f424116@b012350-ux> References: <20150120104126.7f424116@b012350-ux> Organization: BULL X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-Originating-IP: [10.192.1.123] Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_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 Add some needed headers that make dist-xx left out of the generated archive. Signed-off-by: Sébastien Dugué --- cmdif/Makefile.am | 2 +- mflash/Makefile.am | 2 +- mft_utils/Makefile.am | 3 ++- reg_access/Makefile.am | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/cmdif/Makefile.am b/cmdif/Makefile.am index b3ac612..60be402 100644 --- a/cmdif/Makefile.am +++ b/cmdif/Makefile.am @@ -40,5 +40,5 @@ AM_CFLAGS = -W -Wall -Werror -g -MP -MD $(COMPILER_FPIC) -DCMDIF_EXPORTS CMDIF_VERSION = 1 noinst_LIBRARIES = libcmdif.a -libcmdif_a_SOURCES = tools_cif.c +libcmdif_a_SOURCES = tools_cif.c tools_cif.h diff --git a/mflash/Makefile.am b/mflash/Makefile.am index b4a87cf..632539c 100644 --- a/mflash/Makefile.am +++ b/mflash/Makefile.am @@ -39,4 +39,4 @@ noinst_LIBRARIES = libmflash.a libmflash_a_SOURCES = mflash.c mflash.h\ mflash_pack_layer.c mflash_pack_layer.h mflash_access_layer.c mflash_access_layer.h\ - mflash_types.h mlash_common_structs.h + mflash_types.h mflash_common_structs.h diff --git a/mft_utils/Makefile.am b/mft_utils/Makefile.am index ad9ad8e..4cd121c 100644 --- a/mft_utils/Makefile.am +++ b/mft_utils/Makefile.am @@ -40,5 +40,6 @@ noinst_HEADERS = mft_sig_handler.h errmsg.h noinst_LIBRARIES = libmftutils.a -libmftutils_a_SOURCES = mft_sig_handler.c errmsg.cpp +libmftutils_a_SOURCES = mft_sig_handler.c errmsg.cpp \ + $(top_srcdir)/common/tools_utils.h diff --git a/reg_access/Makefile.am b/reg_access/Makefile.am index 3e56406..7f78060 100644 --- a/reg_access/Makefile.am +++ b/reg_access/Makefile.am @@ -42,7 +42,7 @@ AM_CFLAGS = -W -Wall -Werror -g -MP -MD $(COMPILER_FPIC) noinst_LIBRARIES = libreg_access.a -libreg_access_a_SOURCES = reg_access.c +libreg_access_a_SOURCES = reg_access.c reg_access.h libreg_access_a_DEPENDENCIES = $(USER_DIR)/tools_layouts/libtools_layouts.a libreg_access_a_LIBADD = $(libreg_access_a_DEPENDENCIES)