aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorNicolas Morey-Chaisemartin <nmorey@kalray.eu>2015-08-03 15:54:51 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-08-11 14:29:05 +0300
commitffe8dc2f206451d2d320de7ec886a358aeaeddb4 (patch)
tree5627e692eddfd83e18a09eef4aa87b73c8c5f938 /helper
parentf3debf6776d308695b3dc8394154c7e639c71db8 (diff)
helper: fix installation path for includes
Install path was broken when helper installation moved out of the platform side as they were install in the top includedir and not $(includedir)/odp/helper Signed-off-by: Nicolas Morey-Chaisemartin <nmorey@kalray.eu> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper')
-rw-r--r--helper/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index 44bcc3d..1a74e8e 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -7,7 +7,8 @@ AM_CFLAGS += -I$(top_srcdir)/platform/@with_platform@/include
AM_CFLAGS += -I$(top_srcdir)/platform/linux-generic/include
AM_CFLAGS += -I$(top_srcdir)/include
-include_HEADERS = \
+helperincludedir = $(includedir)/odp/helper/
+helperinclude_HEADERS = \
$(srcdir)/include/odp/helper/ring.h \
$(srcdir)/include/odp/helper/linux.h \
$(srcdir)/include/odp/helper/chksum.h\