From 7653d1cf48080e63b189ed9d58dea0e82b6b1c5e Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 30 Jun 2009 17:14:39 +0300 Subject: [PATCH] Use static liblzma by default also for tests. --- tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index d0807ae4..d01787a3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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