Author: manx
Date: Wed Apr 10 14:05:25 2024
New Revision: 20554
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20554
Log:
[Fix] build: Autotools: libopenmpt_ext.bi was missing.
Modified:
trunk/OpenMPT/build/autotools/Makefile.am
Modified: trunk/OpenMPT/build/autotools/Makefile.am
==============================================================================
--- trunk/OpenMPT/build/autotools/Makefile.am Wed Apr 10 12:54:22 2024 (r20553)
+++ trunk/OpenMPT/build/autotools/Makefile.am Wed Apr 10 14:05:25 2024 (r20554)
@@ -29,6 +29,7 @@
EXTRA_DIST += man/openmpt123.1
EXTRA_DIST += examples/.clang-format
EXTRA_DIST += libopenmpt/bindings/freebasic/libopenmpt.bi
+EXTRA_DIST += libopenmpt/bindings/freebasic/libopenmpt_ext.bi
MOSTLYCLEANFILES =
dist_doc_DATA =
|