From 1bcf705a06366b971405426ac93bce24c1bc4af8 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 7 Jun 2022 00:47:18 +0530 Subject: Makefile: Fix typo renaming xapian_wrap.scm to xapian/wrap.scm. * Makefile.am (xapian_wrap.scm): Rename to xapian/wrap.scm. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 22a279e..a96300b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -52,7 +52,7 @@ xapian.i: xapian.i.in Makefile xapian_wrap.cc: xapian.i xapian-head.i xapian-headers.i $(SWIG_GEN)$(SWIG) $(SWIG_FLAGS) -scmstub -o $@ -guile -package xapian -c++ $< -xapian_wrap.scm: xapian_wrap.cc +xapian/wrap.scm: xapian_wrap.cc # Guile code -- cgit v1.2.3