diff options
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bf7899e..800cef5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,4 +81,6 @@ check-local: # Distribution -EXTRA_DIST = $(test_files) $(SOURCES) except.i xapian.i.in xapian-head.i xapian-headers.i +EXTRA_DIST = $(test_files) $(SOURCES) \ + examples/100-objects.sexp examples/index.scm examples/search.scm \ + except.i xapian.i.in xapian-head.i xapian-headers.i |
