diff options
author | Arun Isaac | 2022-06-07 00:47:18 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-07 00:48:42 +0530 |
commit | 1bcf705a06366b971405426ac93bce24c1bc4af8 (patch) | |
tree | 033ef09d77d958fa34386cbb1439636bd5ced76b /Makefile.am | |
parent | 9f6c312ee4f2d85d2c33c25408e4864d41ce0dca (diff) | |
download | guile-xapian-1bcf705a06366b971405426ac93bce24c1bc4af8.tar.gz guile-xapian-1bcf705a06366b971405426ac93bce24c1bc4af8.tar.lz guile-xapian-1bcf705a06366b971405426ac93bce24c1bc4af8.zip |
Makefile: Fix typo renaming xapian_wrap.scm to xapian/wrap.scm.
* Makefile.am (xapian_wrap.scm): Rename to xapian/wrap.scm.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |