[build] Fix messed up progs include dir

I'd missed adding progs/ to the paths.
This commit is contained in:
Bill Currie 2022-01-18 14:14:17 +09:00
parent cfe7c44df0
commit 8a9911bf61

View file

@ -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 \