From 3a93a733f23c5b2db9db5f21d9dd55829036bc7f Mon Sep 17 00:00:00 2001 From: aland Date: Mon, 15 Dec 2003 20:23:57 +0000 Subject: [PATCH] Include udpfromto.c --- src/lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Makefile b/src/lib/Makefile index 1bf042c..d248977 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -3,8 +3,8 @@ include ../../Make.inc SRCS = dict.c print.c radius.c valuepair.c token.c misc.c \ log.c filters.c missing.c md4.c md5.c sha1.c \ - hmac.c hmacsha1.c \ - snprintf.c isaac.c smbdes.c crypt.c + hmac.c hmacsha1.c snprintf.c isaac.c smbdes.c crypt.c \ + udpfromto.c INCLUDES = ../include/radius.h ../include/libradius.h \ ../include/missing.h ../include/autoconf.h -- 2.1.4