summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Ser <simon.ser@intel.com>2019-04-25 13:43:22 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-04-25 14:26:45 +0300
commit640684403327250392107f027e5cd2fb2c76f7d9 (patch)
treec6e77187888dfb983c3b9a102e8c67b69dad3933 /lib
parentffe44144a2285788ae07768a9240b27ea8182d5c (diff)
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 <simon.ser@intel.com> Fixes: 311baff151f90c1db6f57ee9515216b4f9da5db7 Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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