summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-01-29 10:36:32 +0100
committerAndy Wingo <wingo@pobox.com>2016-01-29 10:36:32 +0100
commitffc9bc9149d7c99940e1fe4537d3235846802380 (patch)
tree9d0c8b17d072c248e313044b016321f2ffdbac0e
parent9eb841c2d860d5038b09e6c2b1bcd697ecc707fd (diff)
downloadguile-ffc9bc9149d7c99940e1fe4537d3235846802380.tar.gz
Dist the prebuilt .go files
* prebuilt/i686-pc-linux-gnu/Makefile.am: * prebuilt/mips-unknown-linux-gnu/Makefile.am: * prebuilt/x86_64-unknown-linux-gnu/Makefile.am: Actually dist the .go files.
-rw-r--r--prebuilt/i686-pc-linux-gnu/Makefile.am2
-rw-r--r--prebuilt/mips-unknown-linux-gnu/Makefile.am2
-rw-r--r--prebuilt/x86_64-unknown-linux-gnu/Makefile.am2
3 files changed, 6 insertions, 0 deletions
diff --git a/prebuilt/i686-pc-linux-gnu/Makefile.am b/prebuilt/i686-pc-linux-gnu/Makefile.am
index 6b5683498..327002b60 100644
--- a/prebuilt/i686-pc-linux-gnu/Makefile.am
+++ b/prebuilt/i686-pc-linux-gnu/Makefile.am
@@ -23,3 +23,5 @@ GUILE_TARGET = $(shell basename $(subdir))
GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
include $(top_srcdir)/am/bootstrap.am
+
+EXTRA_DIST = $(GOBJECTS)
diff --git a/prebuilt/mips-unknown-linux-gnu/Makefile.am b/prebuilt/mips-unknown-linux-gnu/Makefile.am
index 6b5683498..327002b60 100644
--- a/prebuilt/mips-unknown-linux-gnu/Makefile.am
+++ b/prebuilt/mips-unknown-linux-gnu/Makefile.am
@@ -23,3 +23,5 @@ GUILE_TARGET = $(shell basename $(subdir))
GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
include $(top_srcdir)/am/bootstrap.am
+
+EXTRA_DIST = $(GOBJECTS)
diff --git a/prebuilt/x86_64-unknown-linux-gnu/Makefile.am b/prebuilt/x86_64-unknown-linux-gnu/Makefile.am
index 6b5683498..327002b60 100644
--- a/prebuilt/x86_64-unknown-linux-gnu/Makefile.am
+++ b/prebuilt/x86_64-unknown-linux-gnu/Makefile.am
@@ -23,3 +23,5 @@ GUILE_TARGET = $(shell basename $(subdir))
GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
include $(top_srcdir)/am/bootstrap.am
+
+EXTRA_DIST = $(GOBJECTS)