]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Use a single variable to track libraries to link against
authorGuillem Jover <guillem@hadrons.org>
Tue, 9 Feb 2021 05:04:38 +0000 (06:04 +0100)
committerGuillem Jover <guillem@hadrons.org>
Tue, 9 Feb 2021 05:23:38 +0000 (06:23 +0100)
commita4e0db2b9773d28e2e1601f5e6dc77b7bc2df60b
tree44ecb516938cde48a7b3a6fdb2ebb0f15b2eeb77
parent43d34c9d3b2a24113d3901c3c7d229656cd4ce98
build: Use a single variable to track libraries to link against

Using various variables means we have to keep these in sync in various
places. Just use a single variable that we can use anywhere where this
is needed.
configure.ac
src/Makefile.am