From 559b3e421d5bfe1d07f65dc50603afc5ffc71073 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 4 Aug 2006 18:46:05 +0200 Subject: [PATCH] Add missing audio_dock_netlist.h Added the missing audio_dock_netlist.h to emu/Makefile.am. --- emu/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emu/Makefile.am b/emu/Makefile.am index 621013c..05aae71 100644 --- a/emu/Makefile.am +++ b/emu/Makefile.am @@ -5,7 +5,8 @@ noinst_PROGRAMS = fw_writer fw_writer_SOURCES = fw_writer.c EXTRA_DIST = hana_netlist.h \ - fw_writer.c + fw_writer.c \ + audio_dock_netlist.h CLEANFILES = $(firmware_files) fw_writer -- 2.47.1