aboutsummaryrefslogtreecommitdiffstats
path: root/template/ruby.pc.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-30 02:33:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-30 02:33:59 +0000
commitd78e20912fd47e600e6c6bf2fcdb6e2e6593f298 (patch)
treecdd1cae5d5acf44f711163f9c1ad9308a5e6c028 /template/ruby.pc.in
parentaf859f8d549e1aea04141e36aaf7070fd66dcc9a (diff)
downloadruby-d78e20912fd47e600e6c6bf2fcdb6e2e6593f298.tar.gz
* win32/Makefile.sub (ruby_pc): ignore missing variables.
* template/ruby.pc.in: add missing variables for mswin. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template/ruby.pc.in')
-rw-r--r--template/ruby.pc.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/ruby.pc.in b/template/ruby.pc.in
index 61a29b1966..58beda4fbf 100644
--- a/template/ruby.pc.in
+++ b/template/ruby.pc.in
@@ -11,6 +11,10 @@ RUBY_PROGRAM_VERSION=@RUBY_PROGRAM_VERSION@
RUBY_BASE_NAME=@RUBY_BASE_NAME@
RUBY_SO_NAME=@RUBY_SO_NAME@
RUBY_INSTALL_NAME=@RUBY_INSTALL_NAME@
+LIBPATH=@LIBPATH@
+LIBRUBY=@LIBRUBY@
+LIBRUBY_A=@LIBRUBY_A@
+LIBRUBY_SO=@LIBRUBY_SO@
LIBRUBYARG_SHARED=@LIBRUBYARG_SHARED@
LIBRUBYARG_STATIC=@LIBRUBYARG_STATIC@
LIBRUBYARG=@LIBRUBYARG@