mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
file name consistency
This commit is contained in:
parent
905f1826eb
commit
9ff240e277
2 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ libnq_client_a_SOURCES= \
|
|||
sbar.c
|
||||
|
||||
libnq_server_a_SOURCES= \
|
||||
host.c host_cmd.c pr_cmds.c sv_cvar.c sv_main.c \
|
||||
sv_move.c sv_cl_phys.c sv_phys.c sv_progs.c sv_user.c
|
||||
host.c host_cmd.c sv_cl_phys.c sv_cvar.c sv_main.c \
|
||||
sv_move.c sv_phys.c sv_pr_cmds.c sv_progs.c sv_user.c
|
||||
|
||||
client_libs= libnq_server.a libnq_client.a libnq_common.a
|
||||
server_libs = libnq_server.a libnq_common.a
|
||||
|
|
Loading…
Reference in a new issue