mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Link lzmainfo against shared liblzma by default.
This commit is contained in:
parent
71f18e8a06
commit
8238c4b240
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ lzmainfo_CPPFLAGS = \
|
|||
-I$(top_srcdir)/src/common \
|
||||
-I$(top_srcdir)/src/liblzma/api \
|
||||
-I$(top_builddir)/lib \
|
||||
$(STATIC_CPPFLAGS)
|
||||
$(DYNAMIC_CPPFLAGS)
|
||||
|
||||
lzmainfo_LDFLAGS = $(STATIC_LDFLAGS)
|
||||
lzmainfo_LDFLAGS = $(DYNAMIC_LDFLAGS)
|
||||
lzmainfo_LDADD = $(top_builddir)/src/liblzma/liblzma.la
|
||||
|
||||
if COND_GNULIB
|
||||
|
|
Loading…
Reference in a new issue