diff --git a/Makefile.common b/Makefile.common index e257a10..d7822e2 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,12 +1,10 @@ LIBTELNET_SRCS = \ - libtelnet/genget.c \ - libtelnet/getent.c \ libtelnet/getaddrinfo.c \ - libtelnet/strlcpy.c \ - libtelnet/vasprintf.c \ - libtelnet/inet_ntop.c + libtelnet/strlcpy.c TELNET_SRCS = \ + libtelnet/genget.c \ + libtelnet/inet_ntop.c \ telnet/commands.c \ telnet/main.c \ telnet/network.c \ @@ -17,6 +15,8 @@ TELNET_SRCS = \ telnet/utilities.c TELNETD_SRCS = \ + libtelnet/getent.c \ + libtelnet/vasprintf.c \ telnetd/global.c \ telnetd/slc.c \ telnetd/state.c \