From 40133b212b38082200e0cdda7baa8b89b7ff6801 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 4 Oct 2006 10:19:06 -0700 Subject: Move common code to a common/ subdirectory --- MCONFIG.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MCONFIG.in') 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@ -- cgit v1.2.1