From 640684403327250392107f027e5cd2fb2c76f7d9 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 25 Apr 2019 13:43:22 +0300 Subject: autotools: fix audio and chamelium builds The commit introducing Chamelium audio tests and removing old audio tests doesn't update autotools files. This patch fixes it. Signed-off-by: Simon Ser Fixes: 311baff151f90c1db6f57ee9515216b4f9da5db7 Reviewed-by: Arkadiusz Hiler --- lib/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index 62e8bda7..4a71b828 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -22,6 +22,8 @@ if HAVE_CHAMELIUM lib_source_list += \ igt_chamelium.h \ igt_chamelium.c \ + igt_chamelium_stream.h \ + igt_chamelium_stream.c \ $(NULL) endif -- cgit v1.2.3