(dyld_prefix), pre-inst-guile-env.in
[bpt/guile.git] / oop / Makefile.am
index 6107a95..a48fcb0 100644 (file)
@@ -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)