1
0
Fork 0
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:
Lasse Collin 2009-06-30 17:14:39 +03:00
parent f42ee98166
commit 7653d1cf48

View file

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