mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
9b63402f12
cl_chat.[ch] to qw to hold advanced chat features, the first of which is the ability to ignore chat messages from annoying players. Some polishing in this area still remains, but the current implementation seems to work.
8 lines
354 B
Makefile
8 lines
354 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
AUTOMAKE_OPTIONS= foreign
|
|
|
|
EXTRA_DIST = \
|
|
bothdefs.h cl_cam.h cl_chat.h cl_demo.h cl_ents.h cl_input.h \
|
|
cl_main.h cl_parse.h cl_pred.h cl_skin.h cl_slist.h cl_tent.h \
|
|
client.h crudefile.h game.h host.h msg_ucmd.h pmove.h protocol.h \
|
|
server.h sv_gib.h sv_demo.h sv_pr_cmds.h sv_progs.h
|