Navigation Menu

Skip to content

Commit

Permalink
mruby: install LEGAL in Autotools build
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 22, 2015
1 parent 1ba929a commit 146f7c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions vendor/mruby/Makefile.am
@@ -1,4 +1,5 @@
EXTRA_DIST = \
LEGAL \
CMakeLists.txt \
build_config.rb \
mruby_build.rb \
Expand All @@ -16,6 +17,10 @@ CFLAGS += \
$(NO_BAD_FUNCTION_CAST_CFLAGS)

if WITH_MRUBY
mruby_datadir = $(pkgdatadir)/mruby
mruby_data_DATA = \
LEGAL

noinst_LTLIBRARIES = libmruby.la

AM_CPPFLAGS = \
Expand All @@ -31,6 +36,7 @@ include sources.am
include built_sources.am
libmruby_la_SOURCES += $(BUILT_SOURCES)

LEGAL: mruby_build.timestamp
mrblib.c: mruby_build.timestamp
mrbgems_init.c: mruby_build.timestamp
mruby-compiler/core/parse.c: mruby_build.timestamp
Expand Down
1 change: 0 additions & 1 deletion vendor/mruby/built_sources.am
@@ -1,5 +1,4 @@
BUILT_SOURCES = \
LEGAL \
mrblib.c \
mrbgems_init.c \
mruby-compiler/core/parse.c \
Expand Down

0 comments on commit 146f7c7

Please sign in to comment.