summaryrefslogtreecommitdiff
path: root/guile
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-08-09 15:24:11 +0200
committerSimon Josefsson <simon@josefsson.org>2012-08-09 15:24:11 +0200
commit699ae6ef085c699dd5f3fb460b0f8a2408cc2860 (patch)
treed83e5031b55283175a37ed5935ed30399434f59d /guile
parent4b1edfec28879c61ce86d0d36241defe65c972f4 (diff)
downloadgnutls-699ae6ef085c699dd5f3fb460b0f8a2408cc2860.tar.gz
Add gnulib -I's to guile-snarf command.
Diffstat (limited to 'guile')
-rw-r--r--guile/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/guile/src/Makefile.am b/guile/src/Makefile.am
index 7b555008f7..f52eee967f 100644
--- a/guile/src/Makefile.am
+++ b/guile/src/Makefile.am
@@ -95,7 +95,7 @@ priorities.i.c: $(srcdir)/make-session-priorities.scm
# `$(GUILE_CFLAGS)' may contain a series of `-I' switches so it must be
# included here, even though we'd really want `$(GUILE_CPPFLAGS)'.
snarfcppopts = $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
- $(CFLAGS) $(AM_CFLAGS) $(GUILE_CFLAGS)
+ $(CFLAGS) $(guile_gnutls_v_2_la_CFLAGS)
.c.x: $(BUILT_SOURCES)
$(guile_snarf) -o $@ $< $(snarfcppopts)