diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-11-02 09:53:42 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-11-02 09:53:42 +0000 |
commit | d88c798e1e48bf87b0d775b3fce0c12be06402cb (patch) | |
tree | 2c4f3a2d13dfcd939e0c9d8fa49f643770bad7ad /Makefile.am | |
parent | a083b0b03e26ab057b6cca3e44ac9ea11a4b19d9 (diff) | |
download | libxslt-d88c798e1e48bf87b0d775b3fce0c12be06402cb.tar.gz libxslt-d88c798e1e48bf87b0d775b3fce0c12be06402cb.tar.bz2 libxslt-d88c798e1e48bf87b0d775b3fce0c12be06402cb.zip |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 1 insertions, 13 deletions
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 |