From 8a9911bf61a26c315207aaa2eb08150f051531f5 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 18 Jan 2022 14:14:17 +0900 Subject: [PATCH] [build] Fix messed up progs include dir I'd missed adding progs/ to the paths. --- include/QF/Makemodule.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/QF/Makemodule.am b/include/QF/Makemodule.am index 76265bd70..407d0a358 100644 --- a/include/QF/Makemodule.am +++ b/include/QF/Makemodule.am @@ -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 \