summaryrefslogtreecommitdiff
path: root/MCONFIG.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-10-04 10:19:06 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-10-04 10:19:06 -0700
commit40133b212b38082200e0cdda7baa8b89b7ff6801 (patch)
treec085a861cfaf9df96a82eaf8b09f40c4edf1d8b9 /MCONFIG.in
parenta548569a3e833a86d80e5a29f5a1bf183754e40c (diff)
downloadtftp-hpa-40133b212b38082200e0cdda7baa8b89b7ff6801.tar.gz
Move common code to a common/ subdirectory
Diffstat (limited to 'MCONFIG.in')
-rw-r--r--MCONFIG.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MCONFIG.in b/MCONFIG.in
index 5788e81..35e9af5 100644
--- a/MCONFIG.in
+++ b/MCONFIG.in
@@ -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@