version 1.1.2.

This commit is contained in:
Takahiro Itagaki
2010-06-01 07:35:01 +00:00
parent 9bed2e6b2e
commit 79757ccb62
9 changed files with 20 additions and 8 deletions

View File

@ -24,3 +24,7 @@ top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
# remove dependency to libxml2 and libxslt
LIBS := $(filter-out -lxml2, $(LIBS))
LIBS := $(filter-out -lxslt, $(LIBS))