diff options
Diffstat (limited to 'guile')
-rw-r--r-- | guile/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guile/Makefile.am b/guile/Makefile.am index 5beb71c4..8d7008e9 100644 --- a/guile/Makefile.am +++ b/guile/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with Automake to create Makefile.in -INCLUDES = @GUILE_CFLAGS@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib +INCLUDES = @GUILE_CFLAGS@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib DEFS = @DEFS@ -I. -I$(srcdir) AM_CFLAGS = $(PICFLAGS) |