diff mbox series

[API-NEXT,v11,1/12] helper: move include files to helper/include

Message ID 1505401213-7265-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [API-NEXT,v11,1/12] helper: move include files to helper/include | expand

Commit Message

Github ODP bot Sept. 14, 2017, 3 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


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>

---
/** Email created from pull request 160 (bala-manoharan:api_sched_order_lock)
 ** https://github.com/Linaro/odp/pull/160
 ** Patch: https://github.com/Linaro/odp/pull/160.patch
 ** Base sha: 6b6253c30f88c80bf632436ff06c1b000860a2f1
 ** Merge commit sha: 438a3bab5df9c05dc06f0b4e4b22c0a7db0864fd
 **/
 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 2c5452dcc..c69fd678d 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