]> git.draconx.ca Git - rrace.git/commit
Add Gnulib dependency libs to all build targets.
authorNick Bowler <nbowler@draconx.ca>
Fri, 9 Dec 2022 00:53:40 +0000 (19:53 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 9 Dec 2022 03:14:40 +0000 (22:14 -0500)
commit4c08507a26fbe96d3978191a8dea26c1dc4e3d55
tree5fed735c50eebe27ee91345df382046441c75159
parent1ad1b0dcce2ad67f1aaa559c7a76cf0a6cbab03b
Add Gnulib dependency libs to all build targets.

Put it all into a single make variable to help ensure that nothing is
missed.  Moreover, we can add gnulib to the default LDADD which works
for most test programs (that do not have additional library deps).
Makefile.am