summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2020-07-20 17:46:40 +0530
committerTim-Philipp Müller <tim@centricular.com>2020-09-24 19:42:19 +0100
commit9122db9653fa55a7856ca53d6a3939ae7c12c1e9 (patch)
treef68cc4147aa360a01df5f67d4256cfbb36c2d582
parent9a8e7814da30e51dd31704d7ba3c2448b36bf355 (diff)
downloadopus-9122db9653fa55a7856ca53d6a3939ae7c12c1e9.tar.gz
autotools: dist meson build files
-rw-r--r--Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e5213739..b59e3302 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -224,6 +224,16 @@ EXTRA_DIST = opus.pc.in \
cmake/OpusSources.cmake \
cmake/config.h.cmake.in \
cmake/vla.c \
+ meson.build \
+ meson_options.txt \
+ include/meson.build \
+ celt/meson.build \
+ celt/tests/meson.build \
+ silk/meson.build \
+ silk/tests/meson.build \
+ src/meson.build \
+ tests/meson.build \
+ doc/meson.build \
tests/run_vectors.sh \
celt/arm/arm2gnu.pl \
celt/arm/celt_pitch_xcorr_arm.s \