diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-11-30 12:01:25 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-11-30 12:01:25 +0000 |
commit | 3efba7ccbf6169354e695619c6a315166b84e854 (patch) | |
tree | 22c1aa6910060d86c459094e6239d8c9b27d9ea3 /breakpoint | |
parent | b95c91c67baeb3855462eef215cb8a196a287943 (diff) | |
download | libxslt-3efba7ccbf6169354e695619c6a315166b84e854.tar.gz libxslt-3efba7ccbf6169354e695619c6a315166b84e854.tar.bz2 libxslt-3efba7ccbf6169354e695619c6a315166b84e854.zip |
revamped the mechanism to hook a debuger to use a callback setup function,
* libxslt/attributes.c libxslt/transform.c libxslt/xsltutils.c
libxslt/xsltutils.h: revamped the mechanism to hook a debuger
to use a callback setup function, deprecating libxsltbreakpoint
* xsltproc/Makefile.am configure.in breakpoint/Makefile.am: removing
dependancies on libxsltbreakpoint
Daniel
Diffstat (limited to 'breakpoint')
-rw-r--r-- | breakpoint/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/breakpoint/Makefile.am b/breakpoint/Makefile.am index d7c79667..a233281c 100644 --- a/breakpoint/Makefile.am +++ b/breakpoint/Makefile.am @@ -15,7 +15,7 @@ libxsltbreakpoint_la_SOURCES = \ libxsltbreakpoint_la_LIBADD = @LIBXML_LIBS@ -libxsltbreakpoint_la_LDFLAGS = -version-info @LIBXSLT_VERSION_INFO@ +libxsltbreakpoint_la_LDFLAGS = -version-info @LIBXSLTBREAK_VERSION_INFO@ man_MANS = #breakpoint.4 |