]> git.pond.sub.org Git - empserver/commit
Clean up autoconfiguration of libraries
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 12 Apr 2009 17:11:58 +0000 (19:11 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 13 Apr 2009 10:55:15 +0000 (12:55 +0200)
commit8b7786340e8a11cf3204454c249b9b4b4f783060
treeaffb33c4bcc6fa8b0de5a7fcbaebe42a5ca92078
parent55d0d975a5018d3ca3d7f688f86382eac70153c5
Clean up autoconfiguration of libraries

Make configure compute three sets of libraries: LIBS_client for the
client, LIBS_server for the server, and LIBS for the rest.  This
replaces termlibs.

Unfortunately, LIBS doesn't work with Windows, because
src/lib/w32/posixio.c pulls in socket stuff.  Temporary workaround:
use LIBS_server instead.
GNUmakefile.in
Make.mk
configure.ac