From f3973a64aef270b5960d218826c8bd2020224b63 Mon Sep 17 00:00:00 2001 From: bnnm Date: Sun, 11 Feb 2024 22:38:35 +0100 Subject: [PATCH] builds: missing audacious files --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap b/bootstrap index c6a80137..a76e7ee7 100755 --- a/bootstrap +++ b/bootstrap @@ -4,8 +4,8 @@ # gets all files and updates .am scripts to avoid having to do manually (frowned upon by automake, whatevs) # maybe there is a better way or place for this -VGMSTREAM_SRCS=`(cd ./src/ && ls *.c */*.c) | tr '\n' ' '` -VGMSTREAM_HDRS=`(cd ./src/ && ls *.h */*.h) | tr '\n' ' '` +VGMSTREAM_SRCS=`(cd ./src/ && ls *.c */*.c */*/*.c) | tr '\n' ' '` +VGMSTREAM_HDRS=`(cd ./src/ && ls *.h */*.h */*/*.h) | tr '\n' ' '` AUDACIOUS_SRCS=`(cd ./audacious/ && ls *.cc) | tr '\n' ' '` AUDACIOUS_HDRS=`(cd ./audacious/ && ls *.h) | tr '\n' ' '`