mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
Added Makefile.am with EXTRA_DIST statement so make dist works.
This commit is contained in:
parent
8c3bab3e01
commit
0802eb72e2
2 changed files with 2 additions and 2 deletions
3
include/.gitignore
vendored
3
include/.gitignore
vendored
|
@ -1,4 +1,3 @@
|
||||||
|
Makefile.in
|
||||||
config.h.in
|
config.h.in
|
||||||
config.h
|
|
||||||
stamp-h.in
|
stamp-h.in
|
||||||
stamp-h
|
|
||||||
|
|
1
include/Makefile.am
Normal file
1
include/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
||||||
|
EXTRA_DIST = adivtab.h anorm_dots.h anorms.h asm_draw.h asm_i386.h block16.h block8.h bothdefs.h bspfile.h cdaudio.h client.h cmd.h common.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 input.h keys.h mathlib.h mdfour.h menu.h model.h modelgen.h net.h pmove.h pr_comp.h progdefs.h progs.h protocol.h quakeasm.h quakedef.h qwsvdef.h r_local.h r_shared.h render.h resource.h sbar.h screen.h server.h sound.h spritegn.h sys.h uint32.h vid.h view.h wad.h winquake.h world.h zone.h
|
Loading…
Reference in a new issue