summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
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 \