summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6217aaf..0bf27aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ radsecproxy_SOURCES = radsecproxy.c \
debug.c \
list.c \
tcp.c \
+ tls.c \
dtls.c \
radsecproxy.h \
gconfig.h \
@@ -13,6 +14,7 @@ radsecproxy_SOURCES = radsecproxy.c \
util.h \
list.h \
tcp.h \
+ tls.h \
dtls.h
radsecproxy_CFLAGS = -g -Wall -pedantic -pthread @SSL_CFLAGS@ @TARGET_CFLAGS@