1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

(ice9_debugger_sources): Removed

breakpoints.scm, behaviour.scm, trap-hooks.scm.
(SUBDIRS): Removed.
This commit is contained in:
Neil Jerram 2005-07-09 14:58:47 +00:00
parent 9f4f17587d
commit d5c3f236eb
2 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,9 @@
2005-07-09 Neil Jerram <neil@ossau.uklinux.net>
* debugger/Makefile.am (ice9_debugger_sources): Removed
breakpoints.scm, behaviour.scm, trap-hooks.scm.
(SUBDIRS): Removed.
Changes to remove breakpoint support from CVS, as I am now
developing this function outside Guile core.

View file

@ -21,11 +21,8 @@
AUTOMAKE_OPTIONS = gnu
SUBDIRS = breakpoints
# These should be installed and distributed.
ice9_debugger_sources = behaviour.scm breakpoints.scm command-loop.scm \
commands.scm state.scm trap-hooks.scm trc.scm utils.scm
ice9_debugger_sources = command-loop.scm commands.scm state.scm trc.scm utils.scm
subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/ice-9/debugger
subpkgdata_DATA = $(ice9_debugger_sources)