[GB.LIBXML]
* NEW: Keep gb.libxml only, for compatibility reasons, as an equivalent of gb.xml based on libxml. git-svn-id: svn://localhost/gambas/trunk@4648 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
eae222f775
commit
56bd8f86d6
@ -12,18 +12,9 @@ GB_COMPONENT_PKG_CONFIG(
|
||||
[src],
|
||||
libxml-2.0)
|
||||
|
||||
GB_COMPONENT_PKG_CONFIG(
|
||||
xslt,
|
||||
XSLT,
|
||||
[XSLT/XML parser component],
|
||||
[xslt],
|
||||
libxslt)
|
||||
|
||||
AC_OUTPUT( \
|
||||
Makefile \
|
||||
src/Makefile \
|
||||
src/xslt/Makefile \
|
||||
src/rpc/Makefile \
|
||||
)
|
||||
|
||||
GB_PRINT_MESSAGES
|
||||
|
@ -1,8 +1,6 @@
|
||||
COMPONENT = gb.libxml
|
||||
include $(top_srcdir)/component.am
|
||||
|
||||
SUBDIRS = . @XSLT_DIR@ rpc
|
||||
|
||||
INCLUDES = @XML_INC@
|
||||
|
||||
EXTRA_DIST = *.kateproject
|
||||
|
Loading…
x
Reference in New Issue
Block a user