diff options
author | Arun Isaac | 2023-03-01 00:37:43 +0000 |
---|---|---|
committer | Arun Isaac | 2023-03-01 00:37:43 +0000 |
commit | cf85387fa8c86533009bbed494acbdce75ba7b40 (patch) | |
tree | efff347dc828b029ee75b40ffc390ee3ac7a01f8 | |
parent | f552c0ddac77ae260a012374d856b742932ae60f (diff) | |
download | guile-xapian-cf85387fa8c86533009bbed494acbdce75ba7b40.tar.gz guile-xapian-cf85387fa8c86533009bbed494acbdce75ba7b40.tar.lz guile-xapian-cf85387fa8c86533009bbed494acbdce75ba7b40.zip |
Makefile: Distribute except.i.
* Makefile.am (EXTRA_DIST): Add except.i.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7c7785e..5d717ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,7 +88,7 @@ SCM_LOG_DRIVER = \ # Distribution -EXTRA_DIST = $(TESTS) $(SOURCES) xapian.i.in xapian-head.i xapian-headers.i +EXTRA_DIST = $(TESTS) $(SOURCES) except.i xapian.i.in xapian-head.i xapian-headers.i # Build website |