diff --git a/gb.libxml/configure.ac b/gb.libxml/configure.ac index f8b2ca3d6..5bcf82e16 100644 --- a/gb.libxml/configure.ac +++ b/gb.libxml/configure.ac @@ -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 diff --git a/gb.libxml/src/Makefile.am b/gb.libxml/src/Makefile.am index 420cb927a..9403c19bf 100644 --- a/gb.libxml/src/Makefile.am +++ b/gb.libxml/src/Makefile.am @@ -1,8 +1,6 @@ COMPONENT = gb.libxml include $(top_srcdir)/component.am -SUBDIRS = . @XSLT_DIR@ rpc - INCLUDES = @XML_INC@ EXTRA_DIST = *.kateproject