Mercurial > hg > octave-shane > gnulib-hg
annotate modules/sockets @ 10537:b7e56ec1bd65
Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 29 Sep 2008 11:34:31 +0200 |
parents | a71ffb6bd47e |
children | 27ae240b71f0 |
rev | line source |
---|---|
9642 | 1 Description: |
10537
b7e56ec1bd65
Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Bruno Haible <bruno@clisp.org>
parents:
9642
diff
changeset
|
2 General facilities for using sockets |
9642 | 3 |
4 Files: | |
5 lib/sockets.c | |
6 lib/sockets.h | |
7 m4/sockets.m4 | |
8 | |
9 Depends-on: | |
10 sys_socket | |
11 | |
12 configure.ac: | |
13 gl_SOCKETS | |
14 | |
15 Makefile.am: | |
16 lib_SOURCES += sockets.h sockets.c | |
17 | |
18 Include: | |
19 "sockets.h" | |
20 | |
10537
b7e56ec1bd65
Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Bruno Haible <bruno@clisp.org>
parents:
9642
diff
changeset
|
21 Link: |
b7e56ec1bd65
Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Bruno Haible <bruno@clisp.org>
parents:
9642
diff
changeset
|
22 $(LIBSOCKET) |
b7e56ec1bd65
Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Bruno Haible <bruno@clisp.org>
parents:
9642
diff
changeset
|
23 |
9642 | 24 License: |
25 LGPL | |
26 | |
27 Maintainer: | |
28 Simon Josefsson |