fix dlen
[citadel.git] / textclient / Makefile
index d52a704dab1ca3c8557139dc1ad2d788279d67fc..7e3ac3d1c48f660042d6075bf881665954f2d4b7 100644 (file)
@@ -1,10 +1,19 @@
 # MAKEFILE FOR CITADEL TEXT CLIENT
-# Copyright (c) 2016-2018 by the citadel.org team
+# This file is part of "conf-IG-ure"
+# 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.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
 
 # 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
@@ -28,8 +37,9 @@ clean:
 distclean: clean
        rm -f config.mk
 
-install: citadel
+install: citadel citadel.rc
        install citadel $(BINDIR)/citadel
+       install citadel.rc $(ETCDIR)/citadel.rc
 
 uninstall:
        rm -vf $(BINDIR)/citadel