From ab4e83598e7fc8b2ce82dc633a0fc0c452b629aa Mon Sep 17 00:00:00 2001 From: Tristan Matthews Date: Mon, 4 Mar 2024 11:34:31 -0500 Subject: [PATCH] autotools: include dnn/meson.build in tarball --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index a20d0a395..a31555853 100644 --- a/Makefile.am +++ b/Makefile.am @@ -343,6 +343,7 @@ EXTRA_DIST = opus.pc.in \ include/meson.build \ celt/meson.build \ celt/tests/meson.build \ + dnn/meson.build \ silk/meson.build \ silk/tests/meson.build \ src/meson.build \