forked from mirrors/tftp-hpa-google
- Better parsing of the "connect" command (tftp).
- Move missing header file stuff consistently into config.h. - Make "make -j" work correctly.
This commit is contained in:
parent
d2206bf9b9
commit
06bfb2bf4f
11 changed files with 146 additions and 57 deletions
|
@ -43,8 +43,9 @@ CFLAGS = @CFLAGS@ -I$(SRCROOT)
|
|||
# Link flags
|
||||
LDFLAGS = @LDFLAGS@
|
||||
|
||||
# Libraries
|
||||
LIBS = @LIBS@
|
||||
# Libraries (client and server)
|
||||
TFTP_LIBS = @TFTP_LIBS@
|
||||
TFTPD_LIBS = @TFTPD_LIBS@
|
||||
|
||||
# Additional library we need to build
|
||||
LIBOBJS = @LIBOBJS@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue