6 lines
171 B
Makefile
6 lines
171 B
Makefile
|
if BUILD_LZMA
|
||
|
noinst_LTLIBRARIES = liblzma.la
|
||
|
liblzma_la_SOURCES = 7zBuffer.c 7zCrc.c 7zHeader.c 7zIn.c 7zItem.c \
|
||
|
7zMethodID.c LzmaStateDecode.c 7zDecode.c
|
||
|
endif
|