]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: makefile: add an EXTRA_OBJS variable to help build optional code
authorWilly Tarreau <w@1wt.eu>
Thu, 10 Jan 2019 09:01:03 +0000 (10:01 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 10 Jan 2019 09:01:03 +0000 (10:01 +0100)
commitada5d091424a18208525ece0f590092c25bbde0c
tree2dcd27fc3f3e4149727fb611f61b0d77b22fdf28
parentf77a158c87cc6df9845d628156f93a5932a31532
BUILD: makefile: add an EXTRA_OBJS variable to help build optional code

This variable will be useful to build experimental autonomous code like
new muxes without having to patch the makefile.
Makefile