From 193b6127860d8bd6ec638fb3d74ceff63698fb8d Mon Sep 17 00:00:00 2001 From: venaas Date: Thu, 21 Aug 2008 08:27:09 +0000 Subject: separated udp git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@350 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0bf27aa..505791b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ radsecproxy_SOURCES = radsecproxy.c \ util.c \ debug.c \ list.c \ + udp.c \ tcp.c \ tls.c \ dtls.c \ @@ -13,6 +14,7 @@ radsecproxy_SOURCES = radsecproxy.c \ debug.h \ util.h \ list.h \ + udp.h \ tcp.h \ tls.h \ dtls.h -- cgit v1.1