fix: 'load_module()' deprecated in Python 3.12
[babeltrace.git] / Makefile.am
index ec8ba78b8b147f7d3d35224317bafc40855c848e..adb11cd82682adc0f1058e865ad719a2f32a67b1 100644 (file)
@@ -17,13 +17,20 @@ dist_doc_DATA = \
 dist_noinst_DATA = CodingStyle
 
 EXTRA_DIST = \
-       LICENSES/BSD-2-Clause \
-       LICENSES/BSD-4-Clause \
-       LICENSES/CC-BY-SA-4.0 \
-       LICENSES/GPL-2.0 \
-       LICENSES/GPL-3.0 \
-       LICENSES/LGPL-2.1 \
-       LICENSES/MIT \
+       LICENSES/BSD-2-Clause.txt \
+       LICENSES/BSD-4-Clause.txt \
+       LICENSES/BSL-1.0.txt \
+       LICENSES/CC-BY-SA-4.0.txt \
+       LICENSES/FSFAP.txt \
+       LICENSES/FSFULLR.txt \
+       LICENSES/GPL-2.0-only.txt \
+       LICENSES/GPL-2.0-or-later.txt \
+       LICENSES/GPL-3.0-or-later.txt \
+       LICENSES/LGPL-2.1-only.txt \
+       LICENSES/LicenseRef-Autoconf-exception-macro.txt \
+       LICENSES/MIT.txt \
+       LICENSES/PSF-2.0.txt \
        std-ext-lib.txt \
-       tools/format-cpp \
+       tools/format-cpp.sh \
+       tools/lint-py.sh \
        version
This page took 0.031572 seconds and 4 git commands to generate.