diff options
author | venaas <venaas> | 2008-12-22 10:19:55 +0000 |
---|---|---|
committer | venaas <venaas@e88ac4ed-0b26-0410-9574-a7f39faa03bf> | 2008-12-22 10:19:55 +0000 |
commit | a99d921cf322a09d779500c2cdeb55e3df260fb8 (patch) | |
tree | 0c24e1376a975c9a6ccac2ba4cef9570a9335cf8 /Makefile.am | |
parent | 6068df237753e20c504c954504858585d5105a46 (diff) |
forgot to update Makefile.am
git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@446 e88ac4ed-0b26-0410-9574-a7f39faa03bf
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 \ |