diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-01-26 19:27:22 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-01-26 19:27:22 +0100 |
commit | fa6d55606de66d6060c4e777196c6fa9188fe9a4 (patch) | |
tree | 15acf240f6aaa111c31d58a82239f5d81578b022 /Makefile.am | |
parent | 36686ccdd862dfb0357f14b0ed8a673b7d57b1ce (diff) | |
download | gnutls-fa6d55606de66d6060c4e777196c6fa9188fe9a4.tar.gz |
Prior to release verify that the exported functions in the .map file match the headers.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 30ed1fb38e..c524bc0e65 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,7 @@ EXTRA_DIST = cfg.mk maint.mk .clcopying dist-hook: make -C doc/ compare-makefile + make -C doc/ compare-exported make -C doc/manpages compare-makefile rm -f ChangeLog make ChangeLog |