source:
vendor/3.5.0/lib/tsocket/config.mk
Last change on this file was 414, checked in by , 15 years ago | |
---|---|
File size: 317 bytes |
Line | |
---|---|
1 | [SUBSYSTEM::LIBTSOCKET] |
2 | PRIVATE_DEPENDENCIES = LIBREPLACE_NETWORK |
3 | PUBLIC_DEPENDENCIES = LIBTALLOC LIBTEVENT |
4 | |
5 | LIBTSOCKET_OBJ_FILES = $(addprefix ../lib/tsocket/, \ |
6 | tsocket.o \ |
7 | tsocket_helpers.o \ |
8 | tsocket_bsd.o) |
9 | |
10 | PUBLIC_HEADERS += $(addprefix ../lib/tsocket/, \ |
11 | tsocket.h\ |
12 | tsocket_internal.h) |
13 |
Note:
See TracBrowser
for help on using the repository browser.