aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-03-18 13:59:16 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-29 09:19:29 +0300
commit7c958f590d58f04f6d8a83a3bbdfa8bb0075a857 (patch)
tree389983d3cb193e542dc81232b8d4aa6b7c3c0f9d /helper
parent2b2910a07dc1a52c57c99b609abb537504daf583 (diff)
helper/Makefile: add SO-version to helper lib
Packaging require a shared object version number. For now make it the same as libodp. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Ricardo Salveti <ricardo.salveti@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'helper')
-rw-r--r--helper/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/Makefile.am b/helper/Makefile.am
index f9b509f01..8a86eb719 100644
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -8,6 +8,8 @@ AM_CFLAGS = -I$(srcdir)/include
AM_CFLAGS += -I$(top_srcdir)/platform/@with_platform@/include
AM_CFLAGS += -I$(top_srcdir)/include
+AM_LDFLAGS += -version-number '$(ODP_LIBSO_VERSION)'
+
helperincludedir = $(includedir)/odp/helper/
helperinclude_HEADERS = \
$(srcdir)/include/odp/helper/linux.h \