Author: sagamusix
Date: Sun Apr 14 00:58:55 2024
New Revision: 20589
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20589
Log:
[Fix] Autotools: Add missing include file.
Modified:
trunk/OpenMPT/build/autotools/Makefile.am
Modified: trunk/OpenMPT/build/autotools/Makefile.am
==============================================================================
--- trunk/OpenMPT/build/autotools/Makefile.am Sun Apr 14 00:43:44 2024 (r20588)
+++ trunk/OpenMPT/build/autotools/Makefile.am Sun Apr 14 00:58:55 2024 (r20589)
@@ -367,6 +367,7 @@
MPT_FILES_SOUNDLIB += soundlib/FloatMixer.h
MPT_FILES_SOUNDLIB += soundlib/InstrumentExtensions.cpp
MPT_FILES_SOUNDLIB += soundlib/InstrumentSynth.cpp
+MPT_FILES_SOUNDLIB += soundlib/InstrumentSynth.h
MPT_FILES_SOUNDLIB += soundlib/IntMixer.h
MPT_FILES_SOUNDLIB += soundlib/ITCompression.cpp
MPT_FILES_SOUNDLIB += soundlib/ITCompression.h
|