X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/e50186ab08383002122e51b277898f3b8cb6cc75..027e0e2c6927d74e9f30b4ab99b023b6ccfe5c10:/oop/Makefile.am diff --git a/oop/Makefile.am b/oop/Makefile.am index 6107a959a..a48fcb080 100644 --- a/oop/Makefile.am +++ b/oop/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. ## -## Copyright (C) 2000 Free Software Foundation, Inc. +## Copyright (C) 2000, 2004, 2006 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -16,8 +16,8 @@ ## ## 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 @@ -28,6 +28,6 @@ oop_sources = goops.scm subpkgdatadir = $(pkgdatadir)/$(GUILE_EFFECTIVE_VERSION)/oop subpkgdata_DATA = $(oop_sources) -ETAGS_ARGS = $(subpkgdata_DATA) +TAGS_FILES = $(subpkgdata_DATA) EXTRA_DIST = $(oop_sources)