mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-21 06:03:54 +00:00
Fix make install with asm.
This commit is contained in:
parent
d877d11468
commit
786cdf3463
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue