Use the same compat.o and ircsig.o object files for all binaries

Neither compat.c nor ircsig.c are compiled different for wserv or scr-bx, so there's no reason these
binaries can't just link to the same .o files as the main BitchX binary.

This also cleans up the build rules around wserv and scr-bx a little.
This commit is contained in:
Kevin Easton
2017-05-03 21:55:55 +10:00
parent b3108dccff
commit 74a0c89d26
3 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,8 @@
[Changes 1.2.2]
* Use the same compat.o and ircsig.o object files for the wserv and scr-bx
binaries as for the main binary. (caf)
* Simplify handling of /DETACH socket path. (caf)
* Remove netfinger client code (no-one is running fingerd anymore) and