From: Takashi Iwai Date: Thu, 3 May 2018 06:40:20 +0000 (+0200) Subject: configure: Fix forgotten ucm entry X-Git-Tag: v1.1.7~40 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=44f499bb22f3923f966e11a234455e3d06936b8b;p=alsa-lib.git configure: Fix forgotten ucm entry The previous commit forgot to add to configure.ac. Fix it. Signed-off-by: Takashi Iwai --- diff --git a/configure.ac b/configure.ac index 3ee989eb..693b5d53 100644 --- a/configure.ac +++ b/configure.ac @@ -725,6 +725,7 @@ AC_OUTPUT(Makefile doc/Makefile doc/pictures/Makefile doc/doxygen.cfg \ src/conf/ucm/chtrt5645-mono-speaker-analog-mic/Makefile \ src/conf/ucm/DAISY-I2S/Makefile \ src/conf/ucm/DB410c/Makefile \ + src/conf/ucm/Dell-WD15-Dock/Makefile \ src/conf/ucm/GoogleNyan/Makefile \ src/conf/ucm/gpd-win-pocket-rt5645/Makefile \ src/conf/ucm/HDAudio-Gigabyte-ALC1220DualCodecs/Makefile \