mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[build] Fix messed up progs include dir
I'd missed adding progs/ to the paths.
This commit is contained in:
parent
cfe7c44df0
commit
8a9911bf61
1 changed files with 5 additions and 5 deletions
|
@ -132,11 +132,11 @@ include_qf_plugin = \
|
|||
include/QF/plugin/vid_render.h
|
||||
|
||||
include_qf_progs = \
|
||||
include/QF/pr_comp.h \
|
||||
include/QF/pr_debug.h \
|
||||
include/QF/pr_obj.h \
|
||||
include/QF/pr_type.h \
|
||||
include/QF/pr_type_names.h
|
||||
include/QF/progs/pr_comp.h \
|
||||
include/QF/progs/pr_debug.h \
|
||||
include/QF/progs/pr_obj.h \
|
||||
include/QF/progs/pr_type.h \
|
||||
include/QF/progs/pr_type_names.h
|
||||
|
||||
include_qf_scene = \
|
||||
include/QF/scene/entity.h \
|
||||
|
|
Loading…
Reference in a new issue