From 786cdf3463839c6addca170d02f3e197fb4decb1 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 15 Feb 2021 23:25:20 +1100 Subject: [PATCH] Fix make install with asm. --- lzma/ASM/x86/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lzma/ASM/x86/Makefile.am b/lzma/ASM/x86/Makefile.am index 0b17c6e..fc745f4 100644 --- a/lzma/ASM/x86/Makefile.am +++ b/lzma/ASM/x86/Makefile.am @@ -1,8 +1,8 @@ MAINTAINERCLEANFILES = Makefile.in -lzmaasm_DATA = \ +lzmaasm_SOURCES = \ 7zAsm.asm \ 7zCrcOpt_asm.asm -EXTRA_DIST = $(lzmaasm_DATA) +EXTRA_DIST = $(lzmaasm_SOURCES) lzmaasmdir = @abs_top_srcdir@/lzma/ASM/x86/