server/Makefile.am: Build most of the server into a library.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 11 Jun 2018 15:34:10 +0000 (16:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 5 Sep 2019 12:07:21 +0000 (13:07 +0100)
commit5febc302b4946387961e69795fbad9af5e99b4a3
tree8d58e31b2c644a06b35aa85d9c1b4a029a1675f5
parent9d966eb7af70d029a9b4862efb67b0c90d32688e
server/Makefile.am: Build most of the server into a library.

As a bonus, we get to avoid having to mention most of the files twice to
build both the server proper and the test program.
server/Makefile.am