[libxml2] Fix "make tst" to grab lzma lib too
- From: Daniel Veillard <veillard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] Fix "make tst" to grab lzma lib too
- Date: Tue, 8 May 2012 03:04:17 +0000 (UTC)
commit 48f0f3f29f52244c9ea3437d2f3d407abd777a83
Author: Daniel Veillard <veillard redhat com>
Date: Tue May 8 10:59:41 2012 +0800
Fix "make tst" to grab lzma lib too
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index ae72711..3797e3a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1231,7 +1231,7 @@ uninstall-local:
rm -rf $(DESTDIR)$(BASE_DIR)/$(DOC_MODULE)
tst: tst.c
- $(CC) $(CFLAGS) -Iinclude -o tst tst.c .libs/libxml2.a -lpthread -lm -lz
+ $(CC) $(CFLAGS) -Iinclude -o tst tst.c .libs/libxml2.a -lpthread -lm -lz -llzma
sparse: clean
$(MAKE) CC=cgcc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]