automake: Fix path to libexec directory
commit0130fe58c1ded20e2c044839d6254081941a714a
authorChristian Ludwig <chrissicool@gmail.com>
Wed, 17 Feb 2021 22:33:09 +0000 (17 22:33 +0000)
committerThomas Adam <thomas.adam@smoothwall.net>
Tue, 21 Sep 2021 20:34:22 +0000 (21 21:34 +0100)
tree4dbc9074f159fb6a14b1566b7582fec6f313f6db
parentacf52a76031e15e6a2bbe327bc4291a2867ae143
automake: Fix path to libexec directory

The got_lib_privsep.h header expects the path to the libexec directory
to be called GOT_LIBEXECDIR. At the moment it always falls back to using
/usr/libexec. Fix what looks to be a typo.
14 files changed:
Makefile.am
compat/Makefile.am
got/Makefile.am
libexec/got-fetch-pack/Makefile.am
libexec/got-index-pack/Makefile.am
libexec/got-read-blob/Makefile.am
libexec/got-read-commit/Makefile.am
libexec/got-read-gitconfig/Makefile.am
libexec/got-read-gotconfig/Makefile.am
libexec/got-read-object/Makefile.am
libexec/got-read-pack/Makefile.am
libexec/got-read-tag/Makefile.am
libexec/got-read-tree/Makefile.am
tog/Makefile.am