From e0b62a61a7b65aef187b038454925a34fa315125 Mon Sep 17 00:00:00 2001 From: evpobr Date: Sat, 2 May 2020 10:54:28 +0500 Subject: Bunch of CMake fixes * Add more Git ignore patterns * Fix Ogg dependency handling (closes #203) * Remove unneeded compiler flag (closes #204) * Fix Visual Studio DLL build error error C2491: 'flac_internal_rename_utf8': definition of dllimport function not allowed (closes #205) * Add alias targets * Reduce number of CMake files * Improve CMake intrinsics detection --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ce4519f9..33bc679e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ EXTRA_DIST = \ CMakeLists.txt \ config.cmake.h.in \ flac-config.cmake.in \ - cmake/FindOGG.cmake \ + cmake/FindOgg.cmake \ cmake/UseSystemExtensions.cmake \ COPYING.FDL \ COPYING.GPL \ -- cgit v1.2.1