]> git.cworth.org Git - notmuch/commit
build: do not export compat functions from lib
authorJani Nikula <jani@nikula.org>
Wed, 10 May 2017 19:42:09 +0000 (22:42 +0300)
committerDavid Bremner <david@tethera.net>
Thu, 11 May 2017 23:41:10 +0000 (20:41 -0300)
commitd5ed9af0e42c0f32bcababd6ac5ce42ccb1bf283
treeea0ee9232051a1f367fa8654c5606440c72a2263
parent11d47950c18f2d19718e35b7264dabf2ff2fd621
build: do not export compat functions from lib

Commits 9db214527213 ("lib/gen-version-script.h: add getline and
getdelim to notmuch.sym if needed") and 3242e29e57ac ("build: add
canonicalize_file_name to symbols exported from libnotmuch.so")
started exporting compat functions from libnotmuch so that the cli
could use them. But we shouldn't export such functions from the
library. They are not part of our ABI. Instead, the cli should include
its own copies of the compat functions.
Makefile.local
lib/gen-version-script.sh