diff --git a/include/Makefile.am b/include/Makefile.am index f89f8fe..6dce5f3 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,3 +1,3 @@ ## Process this file with automake to produce Makefile.in -EXTRA_DIST = adivtab.h anorm_dots.h anorms.h asm_draw.h asm_i386.h block16.h block8.h bothdefs.h bspfile.h build.h cdaudio.h checksum.h cl_slist.h client.h cmd.h commdef.h compat.h console.h crc.h cvar.h d_iface.h d_ifacea.h d_local.h draw.h gl_warp_sin.h glquake.h glquake2.h in_win.h info.h input.h keys.h link.h mathlib.h mdfour.h menu.h model.h modelgen.h msg.h net.h pmove.h pr_comp.h progdefs.h progs.h protocol.h qargs.h qdefs.h qendian.h qstructs.h qtypes.h quakeasm.h quakedef.h quakefs.h quakeio.h r_local.h r_shared.h render.h resource.h sbar.h screen.h server.h sizebuf.h sound.h spritegn.h sys.h uint32.h vid.h view.h wad.h winquake.h world.h zone.h \ +EXTRA_DIST = adivtab.h anorm_dots.h anorms.h asm_draw.h asm_i386.h block16.h block8.h bothdefs.h bspfile.h buildnum.h cdaudio.h checksum.h cl_slist.h client.h cmd.h commdef.h compat.h console.h crc.h cvar.h d_iface.h d_ifacea.h d_local.h draw.h gl_warp_sin.h glquake.h glquake2.h in_win.h info.h input.h keys.h link.h mathlib.h mdfour.h menu.h model.h modelgen.h msg.h net.h pmove.h pr_comp.h progdefs.h progs.h protocol.h qargs.h qdefs.h qendian.h qstructs.h qtypes.h quakeasm.h quakedef.h quakefs.h quakeio.h r_local.h r_shared.h render.h resource.h sbar.h screen.h server.h sizebuf.h sound.h spritegn.h sys.h uint32.h vid.h view.h wad.h winquake.h world.h zone.h \ win32/bc/config.h win32/vc/config.h diff --git a/source/Makefile.am b/source/Makefile.am index f8f41cb..2527b74 100644 --- a/source/Makefile.am +++ b/source/Makefile.am @@ -43,7 +43,7 @@ EXTRA_libqfcd_a_SOURCES = cd_win.c cd_linux.c cd_null.c common_SOURCES= net_chan.c net_com.c net_udp.c pmove.c pmovetst.c zone.c \ mdfour.c mathlib.c math.S cvar.c crc.c model.c cmd.c \ qargs.c qendian.c quakefs.c quakeio.c msg.c sizebuf.c info.c \ - checksum.c link.c build.c va.c com.c + checksum.c link.c buildnum.c va.c com.c server_SOURCES= pr_cmds.c pr_edict.c pr_exec.c sv_init.c sv_main.c sv_misc.c \ sv_model.c sv_nchan.c sv_ents.c sv_send.c sv_move.c sv_phys.c \ sv_user.c sv_ccmds.c world.c worlda.S sv_cvar.c diff --git a/source/sv_main.c b/source/sv_main.c index 7dc1013..957ea1e 100644 --- a/source/sv_main.c +++ b/source/sv_main.c @@ -40,7 +40,7 @@ #include "quakefs.h" #include "qargs.h" #include "bothdefs.h" -#include "build.h" +#include "buildnum.h" #include #include