From 54fb5592b4724934535a606f1981ea439533a4a8 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 16 Mar 2022 22:20:47 +0100 Subject: initial whatever Signed-off-by: Toni Uhlig --- src/Makefile.am | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 5786a01..60b5bc6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,13 +39,8 @@ ptunnel_ng_CFLAGS += -fsanitize=address -fsanitize=leak -fsanitize=undefined endif ptunnel_ng_SOURCES = \ - md5.c \ - challenge.c \ - options.c \ - utils.c \ - pkt.c \ - pdesc.c \ - ptunnel.c + ptunnel.c \ + psock.c if IS_WINDOWS wpcap_DEF = $(srcdir)/win32/WPCAP.DEF -- cgit v1.2.3