forked from mirrors/tftp-hpa-google
Move common code to a common/ subdirectory
This commit is contained in:
parent
a548569a3e
commit
40133b212b
11 changed files with 36 additions and 17 deletions
|
@ -55,8 +55,8 @@ CFLAGS = @CFLAGS@ -I$(SRCROOT)
|
|||
LDFLAGS = @LDFLAGS@
|
||||
|
||||
# Libraries (client and server)
|
||||
TFTP_LIBS = @TFTP_LIBS@
|
||||
TFTPD_LIBS = @TFTPD_LIBS@
|
||||
TFTP_LIBS = ../common/libcommon.a @TFTP_LIBS@
|
||||
TFTPD_LIBS = ../common/libcommon.a @TFTPD_LIBS@
|
||||
|
||||
# Additional library we need to build
|
||||
LIBOBJS = @LIBOBJS@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue