ttynvt: Move socket function to seperate file

This commit is contained in:
Kim Woelders
2023-02-12 19:04:54 +01:00
parent cc038383fe
commit ac58d1a470
4 changed files with 65 additions and 46 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
bin_PROGRAMS = ttynvt
ttynvt_SOURCES = \
ttynvt.c nvt_log.c nvt_log.h \
ttynvt.c \
nvt_log.c nvt_log.h \
nvt_socket.c nvt_socket.h \
telnet_basic.c telnet_rfc2217.c telnet.h telnet_param.h
ttynvt_CPPFLAGS = -I$(top_builddir) $(FUSE_CFLAGS) $(CFLAGS_WARN)