From 4e7bd114156f937f913adfa2186bdd9e21119eab Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 10 Jul 2023 11:12:22 +0900 Subject: [PATCH] [build] Clean up make distcheck issues --- include/Makemodule.am | 3 +-- include/QF/Makemodule.am | 4 ++++ libs/video/renderer/Makemodule.am | 3 ++- ruamoko/gatest/Makemodule.am | 3 --- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/include/Makemodule.am b/include/Makemodule.am index 30d6f71e9..666193d6d 100644 --- a/include/Makemodule.am +++ b/include/Makemodule.am @@ -12,6 +12,7 @@ EXTRA_DIST += \ include/block8.h \ include/bsearch.h \ include/buildnum.h \ + include/cl_console.h \ include/compat.h \ include/context_sdl.h \ include/context_win.h \ @@ -62,12 +63,10 @@ EXTRA_DIST += \ include/quicksort.h \ include/r_cvar.h \ include/r_dynamic.h \ - include/r_font.h \ include/r_internal.h \ include/r_local.h \ include/r_scrap.h \ include/r_shared.h \ - include/r_text.h \ include/regex.h \ include/rua_internal.h \ include/skin_stencil.h \ diff --git a/include/QF/Makemodule.am b/include/QF/Makemodule.am index abc0822f1..347ade4de 100644 --- a/include/QF/Makemodule.am +++ b/include/QF/Makemodule.am @@ -175,8 +175,10 @@ include_qf_simd = \ include_qf_ui = \ include/QF/ui/canvas.h \ include/QF/ui/font.h \ + include/QF/ui/imui.h \ include/QF/ui/inputline.h \ include/QF/ui/passage.h \ + include/QF/ui/shaper.h \ include/QF/ui/text.h \ include/QF/ui/txtbuffer.h \ include/QF/ui/view.h \ @@ -191,12 +193,14 @@ include_qf_vulkan = \ include/QF/Vulkan/debug.h \ include/QF/Vulkan/descriptor.h \ include/QF/Vulkan/device.h \ + include/QF/Vulkan/dsmanager.h \ include/QF/Vulkan/funclist.h \ include/QF/Vulkan/image.h \ include/QF/Vulkan/instance.h \ include/QF/Vulkan/memory.h \ include/QF/Vulkan/pipeline.h \ include/QF/Vulkan/projection.h \ + include/QF/Vulkan/render.h \ include/QF/Vulkan/resource.h \ include/QF/Vulkan/qf_alias.h \ include/QF/Vulkan/qf_bsp.h \ diff --git a/libs/video/renderer/Makemodule.am b/libs/video/renderer/Makemodule.am index c849bc418..312eae7e7 100644 --- a/libs/video/renderer/Makemodule.am +++ b/libs/video/renderer/Makemodule.am @@ -577,7 +577,8 @@ EXTRA_DIST += \ $(bsp_skyf_src) \ $(bsp_turbf_src) \ $(light_flat_src) \ - $(light_splat_src) \ + $(light_splatv_src) \ + $(light_splatf_src) \ $(light_debug_src) \ $(lightingf_src) \ $(lighting_h) \ diff --git a/ruamoko/gatest/Makemodule.am b/ruamoko/gatest/Makemodule.am index d1021be95..67af2cada 100644 --- a/ruamoko/gatest/Makemodule.am +++ b/ruamoko/gatest/Makemodule.am @@ -18,9 +18,6 @@ ruamoko/gatest/gatest.dat$(EXEEXT): $(ruamoko_gatest_gatest_obj) $(QFCC_DEP) $(l include $(ruamoko_gatest_gatest_dep) # am--include-marker r_depfiles_remade += $(ruamoko_gatest_gatest_dep) -EXTRA_PROGRAMS += \ - ruamoko/gatest/gatest - EXTRA_DIST += \ $(gatest_dat_src) \ ruamoko/gatest/algebra.h \