guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: Add $(builddir) to include path in libguile/Makef


From: Daniel Llorens
Subject: [Guile-commits] 01/01: Add $(builddir) to include path in libguile/Makefile.am
Date: Tue, 21 Aug 2018 12:43:01 -0400 (EDT)

lloda pushed a commit to branch lightning
in repository guile.

commit 01c14512d6b229da17a274e334894fa301a34271
Author: Daniel Llorens <address@hidden>
Date:   Tue Aug 21 14:00:57 2018 +0200

    Add $(builddir) to include path in libguile/Makefile.am
---
 libguile/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index f101471..dd45d1e 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -37,7 +37,8 @@ DEFAULT_INCLUDES =
 ## <libguile/MUMBLE.h> will find MUMBLE.h in this dir when we're
 ## building.  Also look for Gnulib headers in `lib'.
 AM_CPPFLAGS = -DBUILDING_LIBGUILE=1 -I$(top_srcdir) -I$(top_builddir) \
-             -I$(top_srcdir)/lib -I$(top_builddir)/lib $(LIBFFI_CFLAGS)
+             -I$(top_srcdir)/lib -I$(top_builddir)/lib -I$(builddir) \
+             $(LIBFFI_CFLAGS)
 
 if ENABLE_JIT
 AM_CPPFLAGS += -I$(top_srcdir)/libguile/lightning/include



reply via email to

[Prev in Thread] Current Thread [Next in Thread]