diff options
author | Kim F. Storm <storm@cua.dk> | 2002-03-19 12:01:09 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-03-19 12:01:09 +0000 |
commit | c4aca2a37bdf62c677311520fe4dfd8701f8c96f (patch) | |
tree | 024fc8064e510b5a4cab258396b724f65f09a167 /src/makefile.w32-in | |
parent | 559ac4c15da993e016c25b1810a35646e9b463e5 (diff) | |
download | emacs-c4aca2a37bdf62c677311520fe4dfd8701f8c96f.tar.gz |
(LIBS): Add $(WSOCK32). From David Ponce <dponce@voila.fr>.
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r-- | src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index b9b1b2a85ab..10ab92dffa3 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -137,6 +137,7 @@ LIBS = $(TLIB0) \ $(GDI32) \ $(COMDLG32) \ $(USER32) \ + $(WSOCK32) \ $(MPR) \ $(SHELL32) \ $(libc) |