diff options
Diffstat (limited to 'libguile/Makefile.am')
-rw-r--r-- | libguile/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libguile/Makefile.am b/libguile/Makefile.am index c181b998f..be430bf83 100644 --- a/libguile/Makefile.am +++ b/libguile/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with Automake to create Makefile.in ## -## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -142,6 +142,7 @@ libguile_@GUILE_EFFECTIVE_VERSION@_la_SOURCES = \ extensions.c \ feature.c \ filesys.c \ + finalizers.c \ fluids.c \ foreign.c \ fports.c \ @@ -530,6 +531,7 @@ modinclude_HEADERS = \ expand.h \ extensions.h \ feature.h \ + finalizers.h \ filesys.h \ fluids.h \ foreign.h \ |