mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Fix distdir to include ASM files.
This commit is contained in:
parent
867ba8d629
commit
f27facbb16
|
|
@ -151,6 +151,7 @@ Makefile
|
|||
lrzip.pc
|
||||
lzma/Makefile
|
||||
lzma/C/Makefile
|
||||
lzma/ASM/x86/Makefile
|
||||
doc/Makefile
|
||||
man/Makefile
|
||||
])
|
||||
|
|
|
|||
8
lzma/ASM/x86/Makefile.am
Normal file
8
lzma/ASM/x86/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
lzmaasm_DATA = \
|
||||
7zAsm.asm \
|
||||
7zCrcOpt_asm.asm
|
||||
|
||||
EXTRA_DIST = $(lzmaasm_DATA)
|
||||
lzmaasmdir = @abs_top_srcdir@/lzma/ASM/x86/
|
||||
|
|
@ -44,8 +44,7 @@ liblzma_la_SOURCES = \
|
|||
windows.h \
|
||||
basetyps.h \
|
||||
MyWindows.h \
|
||||
MyGuidDef.h \
|
||||
$(ASM_S) $(ASM_H)
|
||||
MyGuidDef.h
|
||||
|
||||
## hack to force asm compilation and to trick libtool with .lo file
|
||||
if USE_ASM
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = C
|
||||
SUBDIRS = C ASM/x86
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
lzmadocdir = @docdir@/lzma
|
||||
|
|
|
|||
Loading…
Reference in a new issue