merge from 1.8 branch
[bpt/guile.git] / ice-9 / debugger / Makefile.am
index 9a9df10..7ef09a0 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-##     Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+##     Copyright (C) 2002, 2004, 2006 Free Software Foundation, Inc.
 ##
 ##   This file is part of GUILE.
 ##
 ##
 ##   You should have received a copy of the GNU General Public
 ##   License along with GUILE; see the file COPYING.  If not, write
-##   to the Free Software Foundation, Inc., 59 Temple Place, Suite
-##   330, Boston, MA 02111-1307 USA
+##   to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
+##   Floor, Boston, MA 02110-1301 USA
 
 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)