diff mbox series

[v1,1/1] helper: move include files to helper/include

Message ID 1503925205-13630-2-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v1,1/1] helper: move include files to helper/include | expand

Commit Message

Github ODP bot Aug. 28, 2017, 1 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 149 (lumag:fix-helper-linux)
 ** https://github.com/Linaro/odp/pull/149
 ** Patch: https://github.com/Linaro/odp/pull/149.patch
 ** Base sha: 6a360e61978d03d12dbfff8c34c20cf95170a1c3
 ** Merge commit sha: badcf40e0c01a3704fe122217ecf6a8a6db53c17
 **/
 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%)
diff mbox series

Patch

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