(ice9_debugger_sources): Removed
authorNeil Jerram <neil@ossau.uklinux.net>
Sat, 9 Jul 2005 14:58:47 +0000 (14:58 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Sat, 9 Jul 2005 14:58:47 +0000 (14:58 +0000)
breakpoints.scm, behaviour.scm, trap-hooks.scm.
(SUBDIRS): Removed.

ice-9/ChangeLog
ice-9/debugger/Makefile.am

index 61be60f..6b033a7 100644 (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.
        
index 83f9286..42822d8 100644 (file)
 
 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)