From c541e247aed0cc86b0f1760740ed5ca43ef7fb6d Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 24 Jan 2004 01:22:59 +0000 Subject: [PATCH] (srfi_DATA): Added srfi-26.scm. --- srfi/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srfi/Makefile.am b/srfi/Makefile.am index da52fa617..791e8891c 100644 --- a/srfi/Makefile.am +++ b/srfi/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with Automake to create Makefile.in ## -## Copyright (C) 2001, 2002 Free Software Foundation, Inc. +## Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -68,6 +68,7 @@ srfi_DATA = srfi-1.scm \ srfi-16.scm \ srfi-17.scm \ srfi-19.scm \ + srfi-26.scm \ srfi-34.scm EXTRA_DIST = $(srfi_DATA)