diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 11bf5c9..2e7d1cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,8 @@ radsecproxy_SOURCES = radsecproxy.c \ debug.c \ list.c \ hash.c \ + tlv11.c \ + radmsg.c \ udp.c \ tcp.c \ tls.c \ @@ -16,6 +18,8 @@ radsecproxy_SOURCES = radsecproxy.c \ util.h \ list.h \ hash.h \ + tlv11.h \ + radmsg.h \ udp.h \ tcp.h \ tls.h \ |