compile goops submodules, goops.test now passes again
[bpt/guile.git] / oop / goops / Makefile.am
index fbc0c12..ddfdf41 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-##     Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+##     Copyright (C) 2000, 2001, 2004, 2005, 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 = foreign
+AUTOMAKE_OPTIONS = gnu
 
-# These should be installed and distributed.
-goops_sources =                                                        \
+modpath = oop/goops
+SOURCES =                                                      \
     active-slot.scm compile.scm composite-slot.scm describe.scm        \
     dispatch.scm internal.scm save.scm stklos.scm util.scm      \
-    old-define-method.scm goopscore.scm
+    accessors.scm simple.scm
 
-subpkgdatadir = $(pkgdatadir)/$(VERSION)/oop/goops
-subpkgdata_DATA = $(goops_sources)
-ETAGS_ARGS = $(subpkgdata_DATA)
-
-EXTRA_DIST = $(goops_sources)
+include $(top_srcdir)/guilec.mk