From: <sv...@op...> - 2025-03-10 14:25:10
|
Author: manx Date: Mon Mar 10 15:24:53 2025 New Revision: 23009 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=23009 Log: [Fix] build: Makefile: Add libopenmpt API source to libopenmpt-test. They are already built in libopenmpt-test with MSVC and Autotools build systems. Modified: trunk/OpenMPT/Makefile Modified: trunk/OpenMPT/Makefile ============================================================================== --- trunk/OpenMPT/Makefile Mon Mar 10 15:17:35 2025 (r23008) +++ trunk/OpenMPT/Makefile Mon Mar 10 15:24:53 2025 (r23009) @@ -1669,6 +1669,7 @@ LIBOPENMPTTEST_CXX_SOURCES += \ libopenmpt/libopenmpt_test/libopenmpt_test.cpp \ + $(sort $(wildcard libopenmpt/*.cpp)) \ $(SOUNDLIB_CXX_SOURCES) \ $(SOUNDLIB_TEST_CXX_SOURCES) \ test/mpt_tests_base.cpp \ |