diff options
Diffstat (limited to 'srfi')
-rw-r--r-- | srfi/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/srfi/Makefile.am b/srfi/Makefile.am index 648603007..459d60633 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, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +## Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -30,6 +30,7 @@ AM_CPPFLAGS = -I.. -I$(srcdir)/.. \ -I$(top_srcdir)/lib -I$(top_builddir)/lib AM_CFLAGS = $(GCC_CFLAGS) +AM_LDFLAGS = $(GNU_LD_FLAGS) srfiincludedir = $(pkgincludedir)/srfi |