X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/f1dc5f45ab455339c02340d612af409ab9f51fc9..cd5fea8dbe4879f2d79aeef72f7385728db39d75:/ice-9/debugger/Makefile.am?ds=sidebyside diff --git a/ice-9/debugger/Makefile.am b/ice-9/debugger/Makefile.am index 9a9df1043..7ef09a025 100644 --- a/ice-9/debugger/Makefile.am +++ b/ice-9/debugger/Makefile.am @@ -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. ## @@ -16,16 +16,13 @@ ## ## 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)