summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-31 12:23:04 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-31 12:23:04 +0200
commit63873275a9ca0813cb7cdfd45725d53fc82df9a1 (patch)
tree5652e6816266d99c71f1f3a8a1e39fcc86a2f234 /Makefile.am
parent0586405b265fe9ce5e614f83365a92289738d90f (diff)
downloadgnutls-63873275a9ca0813cb7cdfd45725d53fc82df9a1.tar.gz
Updated abi-compliance-checker for 3.4 API
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 0d224ca63a..3ca67f3326 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,7 @@ dist-hook:
objdump -T $(srcdir)/lib/.libs/libgnutls.so.30 | 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
+ abi-compliance-checker -abi -lib gnutls -old devel/abi3.4.xml -new devel/abi.xml
rm -f ChangeLog
make ChangeLog
cp -f ChangeLog $(distdir)/