Do the distcheck dance

This commit is contained in:
Bill Currie 2023-11-23 17:55:33 +09:00
parent c9cfd9e8cf
commit 97a9620cb9
3 changed files with 5 additions and 6 deletions

View file

@ -16,12 +16,9 @@ EXTRA_DIST += \
debian/quakeforge-glsl.install \
debian/quakeforge-jack.install \
debian/quakeforge-maptools.install \
debian/quakeforge-oss.install \
debian/quakeforge-oss.postinst \
debian/quakeforge-oss.prerm \
debian/quakeforge-servers.install \
debian/quakeforge-stub.postinst \
debian/quakeforge-vulkan.install \
debian/quakeforge-sw.install \
debian/quakeforge-utils.install \
debian/quakeforge-vulkan.install \
debian/quakeforge-x11.install

View file

@ -198,6 +198,7 @@ include_qf_vulkan = \
include/QF/Vulkan/image.h \
include/QF/Vulkan/instance.h \
include/QF/Vulkan/memory.h \
include/QF/Vulkan/mouse_pick.h \
include/QF/Vulkan/pipeline.h \
include/QF/Vulkan/projection.h \
include/QF/Vulkan/render.h \

View file

@ -139,8 +139,8 @@ libs_video_renderer_librender_glsl_la_SOURCES = \
libs/video/renderer/glsl/glsl_trails.c \
libs/video/renderer/glsl/glsl_warp.c \
libs/video/renderer/glsl/qfglsl.c \
libs/video/renderer/glsl/quakeforge.glsl \
libs/video/renderer/glsl/vid_common_glsl.c
libs/video/renderer/glsl/vid_common_glsl.c \
$(shader_src)
video_renderer_sw_libs= \
libs/video/renderer/librender_sw.la \
@ -633,6 +633,7 @@ EXTRA_DIST += \
$(light_debug_src) \
$(lighting_cascadef_src) \
$(lighting_cubef_src) \
$(lighting_main) \
$(lighting_nonef_src) \
$(lighting_planef_src) \
$(lighting_h) \