summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2020-02-26Load libguilexapian with absolute path or through a search path.•••* xapian.i: Rename to xapian.i.in. * xapian.i.in: Try loading libguilexapian with absolute path first. If it fails, then try searching using LD_LIBRARY_PATH and other mechanisms. * Makefile.am: Generate xapian.i from xapian.i.in. Arun Isaac
2020-02-19Build xapian/xapian.scm after libguilexapian.la.•••* Makefile.am: Build xapian/xapian.scm only after libguilexapian.la. Arun Isaac
2020-02-18Rerun 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. Arun Isaac
2020-02-15First commit.Arun Isaac