1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

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.
This commit is contained in:
Andy Wingo 2016-01-29 10:36:32 +01:00
parent 9eb841c2d8
commit ffc9bc9149
3 changed files with 6 additions and 0 deletions

View file

@ -23,3 +23,5 @@ GUILE_TARGET = $(shell basename $(subdir))
GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET) GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
include $(top_srcdir)/am/bootstrap.am include $(top_srcdir)/am/bootstrap.am
EXTRA_DIST = $(GOBJECTS)

View file

@ -23,3 +23,5 @@ GUILE_TARGET = $(shell basename $(subdir))
GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET) GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
include $(top_srcdir)/am/bootstrap.am include $(top_srcdir)/am/bootstrap.am
EXTRA_DIST = $(GOBJECTS)

View file

@ -23,3 +23,5 @@ GUILE_TARGET = $(shell basename $(subdir))
GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET) GUILE_BUILD_TAG = PREBUILD $(GUILE_TARGET)
include $(top_srcdir)/am/bootstrap.am include $(top_srcdir)/am/bootstrap.am
EXTRA_DIST = $(GOBJECTS)