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 ad22fc1..6217aaf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,12 +5,14 @@ radsecproxy_SOURCES = radsecproxy.c \
util.c \
debug.c \
list.c \
+ tcp.c \
dtls.c \
radsecproxy.h \
gconfig.h \
debug.h \
util.h \
list.h \
+ tcp.h \
dtls.h
radsecproxy_CFLAGS = -g -Wall -pedantic -pthread @SSL_CFLAGS@ @TARGET_CFLAGS@