mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
missed the new headers
This commit is contained in:
parent
b2e1160cfd
commit
e32dc4cdb7
2 changed files with 7 additions and 6 deletions
|
@ -2,11 +2,12 @@
|
||||||
AUTOMAKE_OPTIONS= foreign
|
AUTOMAKE_OPTIONS= foreign
|
||||||
SUBDIRS = QF
|
SUBDIRS = QF
|
||||||
EXTRA_DIST = asm_i386.h alsa_funcs_list.h adivtab.h anorm_dots.h anorms.h \
|
EXTRA_DIST = asm_i386.h alsa_funcs_list.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 \
|
asm_draw.h block16.h block8.h buildnum.h compat.h context_sdl.h \
|
||||||
d_ifacea.h d_local.h dga_check.h exp.h fbset.h getopt.h gl_warp_sin.h \
|
context_x11.h d_iface.h d_ifacea.h d_local.h dga_check.h exp.h fbset.h \
|
||||||
in_win.h logos.h menu.h old_keys.h ops.h qstring.h quakeasm.h regex.h \
|
getopt.h gl_warp_sin.h in_win.h logos.h menu.h old_keys.h ops.h qstring.h \
|
||||||
r_cvar.h r_dynamic.h r_local.h r_screen.h r_shared.h sbar.h \
|
quakeasm.h regex.h r_cvar.h r_dynamic.h r_local.h r_screen.h r_shared.h \
|
||||||
skin_stencil.h varrays.h vgamodes.h view.h vregset.h winquake.h world.h \
|
sbar.h skin_stencil.h varrays.h vgamodes.h view.h vregset.h winquake.h \
|
||||||
|
world.h \
|
||||||
\
|
\
|
||||||
win32/fnmatch.h \
|
win32/fnmatch.h \
|
||||||
\
|
\
|
||||||
|
|
|
@ -30,5 +30,5 @@ qwaq_DEPENDENCIES= $(QWAQ_DEPS)
|
||||||
qwaq.dat: progs.src $(qwaq_dat_src) $(top_srcdir)/ruamoko/lib/Object.r
|
qwaq.dat: progs.src $(qwaq_dat_src) $(top_srcdir)/ruamoko/lib/Object.r
|
||||||
$(QFCC) $(QCFLAGS) -I$(top_srcdir)/ruamoko/include
|
$(QFCC) $(QCFLAGS) -I$(top_srcdir)/ruamoko/include
|
||||||
|
|
||||||
EXTRA_DIST=$(qwaq_dat_src)
|
EXTRA_DIST=$(qwaq_dat_src) qwaq.h
|
||||||
CLEANFILES= *.dat *.sym
|
CLEANFILES= *.dat *.sym
|
||||||
|
|
Loading…
Reference in a new issue