From f90ada0d08e99ccfb676e59b8e3c497e77879915 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Sun, 20 Sep 2020 09:55:36 +0200 Subject: tests: avoid using sed in header test Makes !1078 redundant. --- include/dav1d/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/dav1d/meson.build b/include/dav1d/meson.build index 19f0ad4..68faaf9 100644 --- a/include/dav1d/meson.build +++ b/include/dav1d/meson.build @@ -31,13 +31,13 @@ version_h_target = configure_file(input: 'version.h.in', output: 'version.h', configuration: version_h_data) -dav1d_api_headers = files( +dav1d_api_headers = [ 'common.h', 'data.h', 'dav1d.h', 'headers.h', 'picture.h', - ) +] # install headers install_headers(dav1d_api_headers, -- cgit v1.2.3