diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5361f24..246d6ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ sbin_PROGRAMS = radsecproxy radsecproxy_SOURCES = radsecproxy.c \ + tlscommon.c \ gconfig.c \ util.c \ debug.c \ @@ -13,6 +14,7 @@ radsecproxy_SOURCES = radsecproxy.c \ tls.c \ dtls.c \ radsecproxy.h \ + tlscommon.h \ gconfig.h \ debug.h \ util.h \ |