mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-21 12:10:26 +02:00
(srfi_DATA): Add srfi-39.scm.
This commit is contained in:
parent
af1133310d
commit
cfe0a00814
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with Automake to create Makefile.in
|
## Process this file with Automake to create Makefile.in
|
||||||
##
|
##
|
||||||
## Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
|
## Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc.
|
||||||
##
|
##
|
||||||
## This file is part of GUILE.
|
## This file is part of GUILE.
|
||||||
##
|
##
|
||||||
|
@ -68,7 +68,8 @@ srfi_DATA = srfi-1.scm \
|
||||||
srfi-19.scm \
|
srfi-19.scm \
|
||||||
srfi-26.scm \
|
srfi-26.scm \
|
||||||
srfi-31.scm \
|
srfi-31.scm \
|
||||||
srfi-34.scm
|
srfi-34.scm \
|
||||||
|
srfi-39.scm
|
||||||
|
|
||||||
EXTRA_DIST = $(srfi_DATA)
|
EXTRA_DIST = $(srfi_DATA)
|
||||||
TAGS_FILES = $(srfi_DATA)
|
TAGS_FILES = $(srfi_DATA)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue