Link against -lws2_32 on Windows.
authorBen Pfaff <blp@gnu.org>
Sat, 7 Feb 2009 05:49:44 +0000 (21:49 -0800)
committerBen Pfaff <blp@gnu.org>
Sat, 7 Feb 2009 05:50:17 +0000 (21:50 -0800)
commitf53a8edca920c02c6fd4cc40e56606d665e71a25
tree132864b31952bd8530390fe9fb3e172f8ff32596
parentfc290e2b64a8f852393c95360fb7f7fbaa0a5346
Link against -lws2_32 on Windows.

Gnulib commit df1da811, "Fix link errors on Windows when close
module is used", adds a Makefile variable $(LIB_CLOSE) that expands
to -lws2_32.  This commit adds that variable to the linker command
line.

It might not be necessary to add this to both pspp and psppire,
but it shouldn't hurt.
src/ui/gui/automake.mk
src/ui/terminal/automake.mk