From: Takashi Iwai Date: Fri, 4 Aug 2006 16:46:05 +0000 (+0200) Subject: Add missing audio_dock_netlist.h X-Git-Tag: v1.0.12rc2a~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=559b3e421d5bfe1d07f65dc50603afc5ffc71073;p=alsa-firmware.git Add missing audio_dock_netlist.h Added the missing audio_dock_netlist.h to emu/Makefile.am. --- 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