aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>2017-08-15 11:38:00 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-08-25 16:00:23 +0300
commitf637a36cd2a7fc125a2d90ed5a93933007987e95 (patch)
treeb5f0b3dc106c18bf30d4768f1a9cd23a59379c8f /configure.ac
parent8705e548f330d23173283fcca62f4afb835a6380 (diff)
configure: move configure header to include dir
It does not make sense to have config.h just in helper tree. It should be also used by the rest of the code. Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 51dd9352e..8791905b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,8 +20,8 @@ AC_CONFIG_FILES([include/odp/api/spec/version.h
include/odp/api/spec/deprecated.h])
AM_INIT_AUTOMAKE([1.9 tar-pax subdir-objects])
-AC_CONFIG_SRCDIR([helper/config.h.in])
-AM_CONFIG_HEADER([helper/config.h])
+AC_CONFIG_SRCDIR([include/odp/api/spec/init.h])
+AM_CONFIG_HEADER([include/config.h])
AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE