From 9f6c312ee4f2d85d2c33c25408e4864d41ce0dca Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 7 Jun 2022 00:43:51 +0530 Subject: Makefile: Distribute swig files. * Makefile.am (EXTRA_DIST): Add xapian.i.in, xapian-head.i and xapian-headers.i. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 4793156..22a279e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # guile-xapian --- Guile bindings for Xapian -# Copyright © 2020, 2021 Arun Isaac +# Copyright © 2020, 2021, 2022 Arun Isaac # # This file is part of guile-xapian. # @@ -88,7 +88,7 @@ SCM_LOG_DRIVER = \ # Distribution -EXTRA_DIST = $(TESTS) $(SOURCES) +EXTRA_DIST = $(TESTS) $(SOURCES) xapian.i.in xapian-head.i xapian-headers.i # Build website -- cgit v1.2.3