diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-03-16 22:20:47 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-03-16 22:20:47 +0100 |
commit | 54fb5592b4724934535a606f1981ea439533a4a8 (patch) | |
tree | 4e5a664466817aa10195216b6e46c7ed855156b5 /src/Makefile.am | |
parent | 521ee3bb8356c0916b7fb228612f06e07a841b36 (diff) |
initial whatever
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
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 |