From d12167ab3c8d7d6caffd9c606e389ef043760602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 13 Nov 2015 21:53:52 +0100 Subject: [PATCH] build: Add system/foreign/union*.scm to the distribution. * Makefile.am (EXTRA_DIST): New variable. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index fb949f7..93c7029 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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