1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

* goops/Makefile.am, goops/goopscore.scm: Reverted changes of

2001-04-03, 2001-03-09.
This commit is contained in:
Mikael Djurfeldt 2001-04-11 02:13:14 +00:00
parent a087ba812e
commit b592004c72
3 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
* goops/Makefile.am, goops/goopscore.scm: Reverted changes of
2001-04-03, 2001-03-09.
2001-04-03 Keisuke Nishida <kxn30@po.cwru.edu>
* goops/Makefile.am (goops_sources): Include goopscore.scm.

View file

@ -25,7 +25,7 @@ AUTOMAKE_OPTIONS = foreign
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
old-define-method.scm
subpkgdatadir = $(pkgdatadir)/$(VERSION)/oop/goops
subpkgdata_DATA = $(goops_sources)