mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
More header cleanups.
This commit is contained in:
parent
7fa4b01208
commit
5afd16bea9
2 changed files with 9 additions and 13 deletions
|
@ -1,10 +1,7 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
EXTRA_DIST = adivtab.h anorm_dots.h anorms.h block16.h block8.h chase.h \
|
||||
client.h config.h.in conproc.h d_iface.h d_ifacea.h d_local.h \
|
||||
draw.h game.h gib.h gib_error.h gib_instructions.h gib_interpret.h \
|
||||
gib_modules.h gib_parse.h gib_stack.h gib_vars.h gl_warp_sin.h \
|
||||
glquake2.h host.h mpdosock.h net.h net_bw.h net_dgrm.h net_ipx.h \
|
||||
net_loop.h net_mp.h net_ser.h net_udp.h net_vcr.h net_wins.h \
|
||||
net_wipx.h progdefs.h progdefs.q1 progdefs.q2 protocol.h r_local.h \
|
||||
r_shared.h render.h resource.h server.h sv_pr_cmds.h sv_progs.h \
|
||||
world.h
|
||||
EXTRA_DIST= chase.h client.h config.h.in conproc.h d_iface.h d_ifacea.h \
|
||||
d_local.h draw.h game.h glquake2.h host.h mpdosock.h net.h \
|
||||
net_bw.h net_dgrm.h net_ipx.h net_loop.h net_mp.h net_ser.h \
|
||||
net_udp.h net_vcr.h net_wins.h net_wipx.h progdefs.h \
|
||||
progdefs.q1 progdefs.q2 protocol.h r_local.h r_shared.h \
|
||||
render.h resource.h server.h sv_pr_cmds.h sv_progs.h world.h
|
||||
|
|
|
@ -4,7 +4,6 @@ AUTOMAKE_OPTIONS= foreign
|
|||
EXTRA_DIST = bothdefs.h buildnum.h cl_cam.h cl_demo.h cl_ents.h cl_input.h \
|
||||
cl_main.h cl_parse.h cl_pred.h cl_slist.h cl_tent.h client.h \
|
||||
commdef.h d_iface.h d_ifacea.h d_local.h draw.h game.h \
|
||||
gl_warp_sin.h host.h logos.h modelgen.h \
|
||||
msg_ucmd.h net.h pmove.h progdefs.h protocol.h \
|
||||
r_dynamic.h r_local.h r_shared.h render.h server.h skin.h \
|
||||
sv_pr_cmds.h sv_progs.h texture.h world.h
|
||||
host.h logos.h modelgen.h msg_ucmd.h net.h pmove.h progdefs.h \
|
||||
protocol.h r_dynamic.h r_local.h r_shared.h render.h server.h \
|
||||
sv_pr_cmds.h sv_progs.h world.h
|
||||
|
|
Loading…
Reference in a new issue