build: Add system/foreign/union*.scm to the distribution.

* Makefile.am (EXTRA_DIST): New variable.
This commit is contained in:
Ludovic Courtès 2015-11-13 21:53:52 +01:00
parent f8e846f92e
commit d12167ab3c
1 changed files with 4 additions and 0 deletions

View File

@ -83,3 +83,7 @@ TEST_EXTENSIONS = .scm
SCM_LOG_COMPILER = $(top_builddir)/pre-inst-env $(GUILE)
CLEANFILES = $(GOBJECTS) $(SCM_TESTS:tests/%.scm=%.log)
EXTRA_DIST = \
system/foreign/unions-read-write.scm \
system/foreign/unions.scm