From: "Sébastien Dugué" <sebastien.dugue-6ktuUTfB/bM@public.gmane.org>
To: linux-rdma <linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Cc: Adrian Chiris <adrianc-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Subject: [PATCH 1/2] mstflint: Fix make dist-xx Makefile targets
Date: Tue, 20 Jan 2015 10:45:00 +0100 [thread overview]
Message-ID: <20150120104500.779f8ebd@b012350-ux> (raw)
In-Reply-To: <20150120104126.7f424116@b012350-ux>
Add some needed headers that make dist-xx left out of the generated
archive.
Signed-off-by: Sébastien Dugué <sebastien.dugue-6ktuUTfB/bM@public.gmane.org>
---
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)
--
1.8.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next parent reply other threads:[~2015-01-20 9:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20150120104126.7f424116@b012350-ux>
2015-01-20 9:45 ` Sébastien Dugué [this message]
2015-01-20 9:45 ` [PATCH 2/2] mstflint: Install mflash/mtcr libraries & headers Sébastien Dugué
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150120104500.779f8ebd@b012350-ux \
--to=sebastien.dugue-6ktuutfb/bm@public.gmane.org \
--cc=adrianc-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox