mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
make dist works again
This commit is contained in:
parent
8fa4bff0c4
commit
fe8738b042
7 changed files with 15 additions and 7 deletions
|
@ -1388,6 +1388,7 @@ AC_OUTPUT(
|
||||||
|
|
||||||
include/Makefile
|
include/Makefile
|
||||||
include/QF/Makefile
|
include/QF/Makefile
|
||||||
|
include/QF/GL/Makefile
|
||||||
include/QF/plugin/Makefile
|
include/QF/plugin/Makefile
|
||||||
include/win32/version.h
|
include/win32/version.h
|
||||||
|
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
AUTOMAKE_OPTIONS= foreign
|
AUTOMAKE_OPTIONS= foreign
|
||||||
SUBDIRS = QF
|
SUBDIRS = QF
|
||||||
EXTRA_DIST = asm_i386.h adivtab.h anorm_dots.h anorms.h asm_draw.h block16.h \
|
EXTRA_DIST = asm_i386.h adivtab.h anorm_dots.h anorms.h asm_draw.h block16.h \
|
||||||
block8.h buildnum.h compat.h context_x11.h d_iface.h d_ifacea.h
|
block8.h buildnum.h compat.h context_x11.h d_iface.h d_ifacea.h \
|
||||||
d_local.h dga_check.h dosisms.h fbset.h gl_warp_sin.h glquake.h \
|
d_local.h dga_check.h fbset.h gl_warp_sin.h \
|
||||||
in_win.h logos.h menu.h mpdosock.h qfgl_ext.h quakeasm.h r_cvar.h \
|
in_win.h logos.h menu.h quakeasm.h r_cvar.h \
|
||||||
r_dynamic.h r_local.h r_shared.h sbar.h stamp-h.in varrays.h \
|
r_dynamic.h r_local.h r_shared.h sbar.h stamp-h.in varrays.h \
|
||||||
vgamodes.h vid_dos.h view.h vregset.h winquake.h \
|
vgamodes.h view.h vregset.h winquake.h \
|
||||||
\
|
\
|
||||||
win32/bc/borland.c win32/bc/config.h \
|
win32/bc/borland.c win32/bc/config.h \
|
||||||
\
|
\
|
||||||
|
|
3
include/QF/GL/.gitignore
vendored
Normal file
3
include/QF/GL/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
.vimrc
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
4
include/QF/GL/Makefile.am
Normal file
4
include/QF/GL/Makefile.am
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
AUTOMAKE_OPTIONS = foreign
|
||||||
|
includedir = $(prefix)/include/QF/GL
|
||||||
|
include_HEADERS = defines.h extensions.h funcs.h qf_funcs_list.h qf_rlight.h \
|
||||||
|
qf_rmain.h qf_rsurf.h qf_screen.h qf_sky.h qf_textures.h qf_vid.h types.h
|
|
@ -1,5 +1,5 @@
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
SUBDIRS = plugin
|
SUBDIRS = GL plugin
|
||||||
includedir = $(prefix)/include/QF
|
includedir = $(prefix)/include/QF
|
||||||
include_HEADERS = bspfile.h cdaudio.h checksum.h clip_hull.h cmd.h \
|
include_HEADERS = bspfile.h cdaudio.h checksum.h clip_hull.h cmd.h \
|
||||||
console.h crc.h cvar.h draw.h gcc_attr.h gib.h hash.h hl.h info.h \
|
console.h crc.h cvar.h draw.h gcc_attr.h gib.h hash.h hl.h info.h \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
AUTOMAKE_OPTIONS = foreign
|
AUTOMAKE_OPTIONS = foreign
|
||||||
includedir = $(prefix)/include/QF/plugin
|
includedir = $(prefix)/include/QF/plugin
|
||||||
include_HEADERS = cd.h general.h input.h sound.h
|
include_HEADERS = cd.h console.h general.h input.h sound.h
|
||||||
|
|
|
@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS= foreign
|
||||||
|
|
||||||
EXTRA_DIST = bothdefs.h cl_cam.h cl_demo.h cl_ents.h cl_input.h \
|
EXTRA_DIST = bothdefs.h cl_cam.h cl_demo.h cl_ents.h cl_input.h \
|
||||||
cl_main.h cl_parse.h cl_pred.h cl_skin.h cl_slist.h cl_tent.h client.h \
|
cl_main.h cl_parse.h cl_pred.h cl_skin.h cl_slist.h cl_tent.h client.h \
|
||||||
game.h host.h \
|
crudefile.h game.h host.h \
|
||||||
msg_ucmd.h net.h pmove.h progdefs.h \
|
msg_ucmd.h net.h pmove.h progdefs.h \
|
||||||
protocol.h server.h \
|
protocol.h server.h \
|
||||||
sv_pr_cmds.h sv_progs.h world.h
|
sv_pr_cmds.h sv_progs.h world.h
|
||||||
|
|
Loading…
Reference in a new issue