summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-11-05 13:34:01 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-11-05 13:34:01 +0000
commita33af2fb965f9c0b369eb7d527e01097d8f1c138 (patch)
treed469e2d3bf2d8d24f28d30674517fcf8ec353693 /Makefile.am
parent5ba477c4348fb723adc727c9f5a8025680aa0e9a (diff)
downloadlibxslt-a33af2fb965f9c0b369eb7d527e01097d8f1c138.tar.gz
libxslt-a33af2fb965f9c0b369eb7d527e01097d8f1c138.tar.bz2
libxslt-a33af2fb965f9c0b369eb7d527e01097d8f1c138.zip
Applied Keith Isdale patch for the debugger support, make it the default,
* Makefile.am acconfig.h config.h.in configure.in xsltproc/Makefile.am breakpoint/* libxslt/transform.[ch] libxslt/xsltconfig.h.in: Applied Keith Isdale patch for the debugger support, make it the default, added the WITH_XSLT_DEBUGGER define to xsltconfig.h.in, small cleanups Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4e331e1c..f98d750e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@
SUBDIRS = \
libxslt \
+ breakpoint \
libexslt \
xsltproc \
tests \