From 5f91419a86508125715a306e67fb7f2d3634b7d0 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 18 Feb 2020 00:29:33 +0530 Subject: Rerun pkg-config to find xapian include flags for swig. * configure.ac: Rerun pkg-config to find xapian include flags for swig. Store result in SWIG_FLAGS. * Makefile.am: Use SWIG_CFLAGS. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bb1b74f..e7aed53 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ libguilexapian_la_CXXFLAGS = $(GUILE_CFLAGS) $(XAPIAN_CFLAGS) libguilexapian_la_LDFLAGS = $(GUILE_LIBS) $(XAPIAN_LIBS) xapian_wrap.cc: xapian.i xapian-head.i xapian-headers.i - $(SWIG) $(XAPIAN_CFLAGS) -scmstub -o $@ -guile -package xapian -c++ $< + $(SWIG) $(SWIG_FLAGS) -scmstub -o $@ -guile -package xapian -c++ $< xapian_wrap.scm: xapian_wrap.cc -- cgit v1.2.3