]> git.codecow.com Git - Monocypher.git/commit
makefile: Add LIBDIR option
authorFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Thu, 12 Dec 2019 08:58:05 +0000 (09:58 +0100)
committerFabio Scotoni <34964387+fscoto@users.noreply.github.com>
Thu, 12 Dec 2019 08:58:05 +0000 (09:58 +0100)
commitda6f5023ca19b3702240d0a95ba29a08a6295a0f
treede0eb44b6d18d17c6529bc27e092f57a3ecdabe3
parent1655eb2ec8823e3c7e2cbe383bf368a4d8e6d9a0
makefile: Add LIBDIR option

This is useful for multiarch, where you may have the library
installed in a subdirectory of /usr/lib/,
e.g. /usr/lib/x86_64-linux-gnu/.
Debian and Ubuntu appear to make use of this extensively;
having this in the makefile will avoid hacks when doing multiarch.
Autotools has a similar feature (passing --libdir to configure).
makefile