Fix distdir to include ASM files.

This commit is contained in:
Con Kolivas 2021-02-15 22:45:37 +11:00
parent 867ba8d629
commit f27facbb16
4 changed files with 11 additions and 3 deletions

View file

@ -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
View 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/

View file

@ -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

View file

@ -1,4 +1,4 @@
SUBDIRS = C
SUBDIRS = C ASM/x86
MAINTAINERCLEANFILES = Makefile.in
lzmadocdir = @docdir@/lzma