summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-25 14:34:55 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-09-25 14:34:55 +0200
commita2f22a9df1d75dc5fc5d03ebc7650dd99392cb00 (patch)
tree5d14ce3fd844d8a9710ae6aae66e6b050307ec80 /Makefile.am
parent47e6814cc59231770880d2124b78de2f11949f5f (diff)
downloadgnutls-a2f22a9df1d75dc5fc5d03ebc7650dd99392cb00.tar.gz
run abi-compliance-checker prior to release
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2d6f1a4d28..a4aecd3073 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,6 +55,7 @@ dist-hook:
objdump -T $(srcdir)/lib/.libs/libgnutls.so.28 | grep -v ' \*UND\*' | awk '{print $$7 "@" $$6;}' | sort -u >symbols.last.tmp
diff -u symbols.last symbols.last.tmp >/dev/null 2>&1
rm -f symbols.last.tmp
+ abi-compliance-checker -abi -lib gnutls -old devel/abi3.2.xml -new devel/abi.xml
rm -f ChangeLog
make ChangeLog
cp -f ChangeLog $(distdir)/