From d88c798e1e48bf87b0d775b3fce0c12be06402cb Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sun, 2 Nov 2003 09:53:42 +0000 Subject: some cleanup and trial for the upcoming 1.1.0 release this release removes * Makefile.am configure.in libxslt.spec.in doc/libxslt-api.xml libxslt/xslt.h libxslt/xsltwin32config.h: some cleanup and trial for the upcoming 1.1.0 release * breakpoint/*: this release removes the deprecated breakpoint library Daniel --- Makefile.am | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9ac06c2d..3df4ff28 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,3 @@ -## don't bother compiling the breakpoint library unless it is needed -if WITH_DEBUGGER -SUBDIRS = \ - libxslt \ - breakpoint \ - libexslt \ - xsltproc \ - doc \ - @PYTHON_SUBDIR@ \ - tests -else SUBDIRS = \ libxslt \ libexslt \ @@ -16,9 +5,8 @@ SUBDIRS = \ doc \ @PYTHON_SUBDIR@ \ tests -endif -DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests breakpoint +DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests confexecdir=$(libdir) confexec_DATA = xsltConf.sh -- cgit v1.2.1