mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-02-27 17:54:22 +01:00
Fix make install with asm.
This commit is contained in:
parent
d877d11468
commit
786cdf3463
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Reference in a new issue