mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
6 lines
273 B
Makefile
6 lines
273 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
includedir = $(prefix)/include/QF/GL
|
|
include_HEADERS = defines.h extensions.h funcs.h qf_explosions.h \
|
|
qf_funcs_list.h qf_lightmap.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
|