From a2ae2a39232407a9ae16aa9ee280df264d3ee889 Mon Sep 17 00:00:00 2001 From: Yuichiro MASUI Date: Sat, 22 Dec 2012 21:53:42 +0900 Subject: Added MRUBY_LIBS to mrbgems Makefile --- doc/mrbgems/c_and_ruby_extension_example/Makefile | 1 + doc/mrbgems/c_extension_example/Makefile | 1 + doc/mrbgems/ruby_extension_example/Makefile | 1 + 3 files changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/mrbgems/c_and_ruby_extension_example/Makefile b/doc/mrbgems/c_and_ruby_extension_example/Makefile index ba89e4ba4..1af5e95c1 100644 --- a/doc/mrbgems/c_and_ruby_extension_example/Makefile +++ b/doc/mrbgems/c_and_ruby_extension_example/Makefile @@ -9,6 +9,7 @@ GEM_RB_FILES := $(wildcard $(MRB_DIR)/*.rb) MRUBY_CFLAGS := MRUBY_LDFLAGS := +MRUBY_LIBS := gem-all : $(GEM_OBJECTS) gem-c-and-rb-files diff --git a/doc/mrbgems/c_extension_example/Makefile b/doc/mrbgems/c_extension_example/Makefile index 556b12d55..b0afa420c 100644 --- a/doc/mrbgems/c_extension_example/Makefile +++ b/doc/mrbgems/c_extension_example/Makefile @@ -7,6 +7,7 @@ GEM_OBJECTS := $(patsubst %.c, %.o, $(GEM_C_FILES)) MRUBY_CFLAGS := MRUBY_LDFLAGS := +MRUBY_LIBS := gem-all : $(GEM_OBJECTS) gem-c-files diff --git a/doc/mrbgems/ruby_extension_example/Makefile b/doc/mrbgems/ruby_extension_example/Makefile index 903666267..cdcbce024 100644 --- a/doc/mrbgems/ruby_extension_example/Makefile +++ b/doc/mrbgems/ruby_extension_example/Makefile @@ -6,6 +6,7 @@ GEM_RB_FILES := $(wildcard $(MRB_DIR)/*.rb) MRUBY_CFLAGS := MRUBY_LDFLAGS := +MRUBY_LIBS := gem-all : gem-rb-files -- cgit v1.2.3