summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-03-06 22:26:49 +0100
committerLudovic Courtès <ludo@gnu.org>2011-03-06 23:05:00 +0100
commit364b6eb7cfc39f18477b8f62c1e5d58a1efae69b (patch)
tree437b8fd99a5debcaff41683e3345948500164e21 /Makefile.am
parent8b2633771269173b55e9808b030a9312e8554aef (diff)
downloadguile-364b6eb7cfc39f18477b8f62c1e5d58a1efae69b.tar.gz
Add `gc-benchmarks/' to the distribution.
* gc-benchmarks/Makefile.am: New file. * configure.ac: Produce it. * Makefile.am (SUBDIRS): Add `gc-benchmarks'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 27f799709..3a97683e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in.
##
-## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007,
+## 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -34,6 +35,7 @@ SUBDIRS = \
emacs \
test-suite \
benchmark-suite \
+ gc-benchmarks \
am \
doc