From: Uwe Hermann Date: Mon, 24 Apr 2017 13:07:56 +0000 (+0200) Subject: Makefile.am: Fix a 'make distclean' error. X-Git-Tag: sigrok-firmware-fx2lafw-0.1.6~13 X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-firmware-fx2lafw.git;a=commitdiff_plain;h=37521a3b07b1dd757e1cef9b6357a23d477ee303 Makefile.am: Fix a 'make distclean' error. --- diff --git a/Makefile.am b/Makefile.am index c9e574bf..d3c98429 100644 --- a/Makefile.am +++ b/Makefile.am @@ -246,7 +246,7 @@ firmware_DATA = $(firmware_binaries) dist_noinst_DATA = $(fx2lafw_headers) $(fx2lafw_sources) $(hantek_6022be_headers) $(hantek_6022be_sources) $(hantek_6022bl_headers) $(hantek_6022bl_sources) $(sainsmart_dds120_sources) $(sainsmart_dds120_headers) $(fx2lib_headers) $(fx2lib_sources) $(fx2lib_ints_sources) $(hw_sources) dist_noinst_SCRIPTS = autogen.sh -MOSTLYCLEANFILES = *.asm fx2lib/lib/*.asm fx2lib/lib/*.lib fx2lib/lib/interrupts/*.asm fx2lib/lib/interrupts/*.lib +MOSTLYCLEANFILES = *.asm fx2lib/lib/*.asm hw/**/*.asm fx2lib/lib/*.lib fx2lib/lib/interrupts/*.asm fx2lib/lib/interrupts/*.lib CLEANFILES = $(firmware_binaries) DISTCLEANFILES = $(dirstamps)