diff options
Diffstat (limited to 'test-suite/standalone/Makefile.am')
-rw-r--r-- | test-suite/standalone/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/standalone/Makefile.am b/test-suite/standalone/Makefile.am index e41f168c0..9a3c3a3c0 100644 --- a/test-suite/standalone/Makefile.am +++ b/test-suite/standalone/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. ## -## Copyright 2003, 2004, 2005, 2006 Software Foundation, Inc. +## Copyright 2003, 2004, 2005, 2006, 2007 Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -32,7 +32,7 @@ TESTS_ENVIRONMENT = "${top_builddir}/pre-inst-guile-env" test_cflags = \ -I$(top_srcdir)/test-suite/standalone \ -I$(top_srcdir) \ - -I$(top_srcdir)/libguile-ltdl $(EXTRA_DEFS) $(GUILE_CFLAGS) + $(EXTRA_DEFS) $(GUILE_CFLAGS) AM_LDFLAGS = $(GUILE_CFLAGS) |