This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via 11fed684507a320fbb79dc86769c8f1755d0276f (commit) from 6a360e61978d03d12dbfff8c34c20cf95170a1c3 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 11fed684507a320fbb79dc86769c8f1755d0276f Author: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Date: Mon Aug 28 15:55:34 2017 +0300
helper: move include files to helper/include
Repair build with --enable-helper-linux option. https://bugs.linaro.org/show_bug.cgi?id=3216
Signed-off-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org
diff --git a/helper/Makefile.am b/helper/Makefile.am index 2c5452dc..c69fd678 100644 --- a/helper/Makefile.am +++ b/helper/Makefile.am @@ -42,8 +42,8 @@ helperlinuxinclude_HEADERS = \ endif
noinst_HEADERS = \ - $(srcdir)/odph_debug.h \ - $(srcdir)/odph_list_internal.h + $(srcdir)/include/odph_debug.h \ + $(srcdir)/include/odph_list_internal.h
__LIB__libodphelper_la_SOURCES = \ eth.c \ diff --git a/helper/odph_debug.h b/helper/include/odph_debug.h similarity index 100% rename from helper/odph_debug.h rename to helper/include/odph_debug.h diff --git a/helper/odph_list_internal.h b/helper/include/odph_list_internal.h similarity index 100% rename from helper/odph_list_internal.h rename to helper/include/odph_list_internal.h
-----------------------------------------------------------------------
Summary of changes: helper/Makefile.am | 4 ++-- helper/{ => include}/odph_debug.h | 0 helper/{ => include}/odph_list_internal.h | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename helper/{ => include}/odph_debug.h (100%) rename helper/{ => include}/odph_list_internal.h (100%)
hooks/post-receive