file name consistency

This commit is contained in:
Bill Currie 2003-04-21 18:33:27 +00:00
parent 905f1826eb
commit 9ff240e277
2 changed files with 2 additions and 2 deletions

View file

@ -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