small changes for build
This commit is contained in:
parent
3ddda82110
commit
09dd30c9a0
@ -6,7 +6,7 @@ LIBFILES=\
|
|||||||
fs\
|
fs\
|
||||||
pack\
|
pack\
|
||||||
|
|
||||||
SHORTLIB=venti sec thread mux bio 9
|
SHORTLIB=venti sec mux thread bio 9
|
||||||
LIB=${LIBFILES:%=%.$O}
|
LIB=${LIBFILES:%=%.$O}
|
||||||
|
|
||||||
HFILES=\
|
HFILES=\
|
||||||
|
|||||||
@ -115,6 +115,7 @@ threadmain(int argc, char *argv[])
|
|||||||
char *host = nil;
|
char *host = nil;
|
||||||
int statsflag = 0;
|
int statsflag = 0;
|
||||||
|
|
||||||
|
threadlinklibrary();
|
||||||
atexit(cleanup);
|
atexit(cleanup);
|
||||||
|
|
||||||
ARGBEGIN{
|
ARGBEGIN{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user