Skip to content
Snippets Groups Projects
Commit a4394d5e22ed authored by Lasse Collin's avatar Lasse Collin
Browse files

Use static liblzma by default also for tests.

parent 91335170bf2c
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,10 @@ ...@@ -17,7 +17,10 @@
AM_CPPFLAGS = \ AM_CPPFLAGS = \
-I$(top_srcdir)/src/common \ -I$(top_srcdir)/src/common \
-I$(top_srcdir)/src/liblzma/api \ -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 LDADD = $(top_builddir)/src/liblzma/liblzma.la
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment