Removed APOP authentication from the text client. No one has ever used it and the...
[citadel.git] / textclient / Makefile
index c42fe60635406b5c39e6282873ca6f3b2a3d9998..7e3ac3d1c48f660042d6075bf881665954f2d4b7 100644 (file)
@@ -1,6 +1,6 @@
 # MAKEFILE FOR CITADEL TEXT CLIENT
 # This file is part of "conf-IG-ure"
-# Copyright (C) 2016-2018 by Art Cancro
+# Copyright (C) 2016-2022 by Art Cancro
 #
 # This program is open source software.  Use, duplication, and/or
 # disclosure are subject to the GNU General Purpose License version 3.
@@ -13,7 +13,7 @@
 # config.mk is generated by ./configure
 include config.mk
 
-OBJS := citadel.o citadel_ipc.o client_chat.o client_passwords.o commands.o ipc_c_tcp.o md5.o messages.o rooms.o routines2.o routines.o screen.o tuiconfig.o
+OBJS := citadel.o citadel_ipc.o client_chat.o client_passwords.o commands.o ipc_c_tcp.o messages.o rooms.o routines2.o routines.o screen.o tuiconfig.o
 
 
 # link