Kaydet (Commit) 09090187 authored tarafından David Tardon's avatar David Tardon

we don't need exslt for dmake

Change-Id: Id8cec9932c9c3bd76f0b1e50038582ae64a6f879
üst 1260555e
......@@ -252,9 +252,9 @@ CPPUNITLIB = $(CPPUNIT_LIBS)
CPPUNITLIB = -lcppunit
.ENDIF
.IF "$(SYSTEM_LIBXSLT)"=="YES"
XSLTLIB=$(LIBEXSLT_LIBS)
XSLTLIB=$(LIBXSLT_LIBS)
.ELSE
XSLTLIB=-lexslt -lxslt $(LIBXML2LIB)
XSLTLIB=-lxslt $(LIBXML2LIB)
.ENDIF
JVMFWKLIB = -ljvmfwk
.IF "$(SYSTEM_REDLAND)"=="YES"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment