diff options
author | Linus Nordberg <linus@nordu.net> | 2011-04-04 14:52:57 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2011-04-04 14:52:57 +0200 |
commit | 4d22f9e69fd049a4002d86b2d34a3927f9e586fa (patch) | |
tree | 85ee8be10889beb99742edf09bdf2a7499a79ab5 /Makefile.am | |
parent | d53d9023955bfcba7c632eac9ccbe05dbc235839 (diff) |
Add fticks.c and fticks.h to the build.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cd40c2a..420b7ae 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,7 @@ radsecproxy_SOURCES = radsecproxy.c \ tcp.c \ tls.c \ dtls.c \ + fticks.c \ radsecproxy.h \ tlscommon.h \ gconfig.h \ @@ -30,7 +31,8 @@ radsecproxy_SOURCES = radsecproxy.c \ udp.h \ tcp.h \ tls.h \ - dtls.h + dtls.h \ + fticks.h catgconf_SOURCES = debug.c \ util.c \ |