mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
add some missing headers to include_HEADERS
This commit is contained in:
parent
376a9105fa
commit
41a50d8a9b
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
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
|
||||
include_HEADERS = defines.h extensions.h funcs.h qf_explosions.h \
|
||||
qf_funcs_list.h qf_noisetextures.h qf_rlight.h qf_rmain.h qf_rsurf.h \
|
||||
qf_screen.h qf_sky.h qf_textures.h qf_vid.h types.h
|
||||
|
|
Loading…
Reference in a new issue