From 30c623537293d5a7a825187acd1cf1e562e06574 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 31 Aug 2006 10:54:37 +0200 Subject: [PATCH] Added missing audio_dock.fw Added missing audio_dock.fw to $(firmware_files). --- emu/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emu/Makefile.am b/emu/Makefile.am index 05aae71..b347a27 100644 --- a/emu/Makefile.am +++ b/emu/Makefile.am @@ -1,5 +1,5 @@ # # Process this file with automake to produce Makefile.in. -firmware_files = hana.fw +firmware_files = hana.fw audio_dock.fw noinst_PROGRAMS = fw_writer fw_writer_SOURCES = fw_writer.c -- 2.47.1