aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-03-30 21:08:18 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-03-31 16:34:06 +0300
commit972f47f4672cb30f0cb50a3ddfc0ced69eb27729 (patch)
treef96a76e726c33aab4a7fe1be21be1be525796e77 /Makefile.am
parentde4c3d6aba7b0fe2b842ef759a259f1bc74acfc9 (diff)
configure: disconnect API version with SO version
We used to force applications to rebuild when a ODP released a new version that changed one of the first two digits. That shouldn't be needed if we use the SO-verson as it is intended to be used. 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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 212947260..a90eb91ed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,4 +17,4 @@ SUBDIRS = @platform_with_platform@ \
@DX_RULES@
-EXTRA_DIST = bootstrap $(DX_CONFIG) CHANGELOG config/README .scmversion
+EXTRA_DIST = bootstrap $(DX_CONFIG) CHANGELOG config/README .scmversion .so_version