summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
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 \