civodul pushed a commit to branch master
in repository gnunet.
commit d12167ab3c8d7d6caffd9c606e389ef043760602
Author: Ludovic Courtès <[email protected]>
Date: Fri Nov 13 21:53:52 2015 +0100
build: Add system/foreign/union*.scm to the distribution.
* Makefile.am (EXTRA_DIST): New variable.
---
Makefile.am | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
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