mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Use static liblzma by default also for tests.
This commit is contained in:
parent
f42ee98166
commit
7653d1cf48
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ EXTRA_DIST = \
|
|||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/common \
|
||||
-I$(top_srcdir)/src/liblzma/api \
|
||||
-I$(top_builddir)/lib
|
||||
-I$(top_builddir)/lib \
|
||||
$(STATIC_CPPFLAGS)
|
||||
|
||||
AM_LDFLAGS = $(STATIC_LDFLAGS)
|
||||
|
||||
LDADD = $(top_builddir)/src/liblzma/liblzma.la
|
||||
|
||||
|
|
Loading…
Reference in a new issue