foxygit / doom Log in
commit 640de9f333b7df41fae880863e4fe4ddd497f7b3
Author:     Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Tue Aug 22 10:51:47 2023 +0200
Commit:     GitHub <noreply@github.com>
CommitDate: Tue Aug 22 10:51:47 2023 +0200

    fix Automake build after fixing CMake build (FindSampleRate.cmake rename) (#1612)
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 5d9ce226..4cad870c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ CMAKE_FILES=                                   \
         cmake/FindSDL2_net.cmake               \
         cmake/FindFluidSynth.cmake             \
         cmake/Findm.cmake                      \
-        cmake/Findsamplerate.cmake             \
+        cmake/FindSampleRate.cmake             \
         cmake/config.h.cin

 DOC_FILES=                              \