aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-06-05 13:59:21 -0400
committerSergey Poznyakoff <gray@gnu.org>2020-06-06 12:51:24 +0300
commit4422069d8f01eb2b625422edacd8e4a52cb10f77 (patch)
tree291ccf2ff8e44bf00790a228114d35a75602ac88
parentc5d458bba31c970296db5d2e6567294efaf8f04b (diff)
downloadanubis-4422069d8f01eb2b625422edacd8e4a52cb10f77.tar.gz
anubis-4422069d8f01eb2b625422edacd8e4a52cb10f77.tar.bz2
build: Add Guile include directory to AM_CPPFLAGS.
Otherwise the libguile.h header could not be found. * src/Makefile.am (AM_CPPFLAGS): Add @GUILE_INCLUDES@ to the AM_CPPFLAGS.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ca4d108..d2fab1e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -99,7 +99,7 @@ BUILT_SOURCES = env.c
localedir = $(datadir)/locale
DEFS = @DEFS@ -DLOCALEDIR=\"$(localedir)\"
-AM_CPPFLAGS = @ADD_INCLUDES@ @LIBGNUTLS_INCLUDES@ -I$(top_srcdir)/lib
+AM_CPPFLAGS = @ADD_INCLUDES@ @GUILE_INCLUDES@ @LIBGNUTLS_INCLUDES@ -I$(top_srcdir)/lib
SUFFIXES=.opt .c
.opt.c:

Return to:

Send suggestions and report system problems to the System administrator.