Added nonblock.c to the non-automake makefiles (note that the dependencies

in the Watcom makefiles aren't quite correct).
This commit is contained in:
Dan Fandrich 2009-07-15 21:49:47 +00:00
parent b4dcbbfabd
commit b74b5e0602
12 changed files with 49 additions and 7 deletions

View file

@ -70,6 +70,7 @@ C_SRC += memdebug.c
C_SRC += mprintf.c
C_SRC += multi.c
C_SRC += netrc.c
C_SRC += nonblock.c
C_SRC += nss.c
C_SRC += parsedate.c
C_SRC += progress.c