bindings/ruby/extconf.rb
author Mikael Hallendal <micke@imendio.com>
Thu, 10 Apr 2008 15:40:20 +0200
changeset 379 bc14607827e8
parent 350 de2e3f3631c9
child 390 8623ce9ef39d
permissions -rw-r--r--
Added port, port=, username, username= to LmProxy ruby bindings

require 'pkg-config'

PACKAGE_NAME = "loudmouth"
PACKAGE_ID = "loudmouth"

# SRCDIR = File.expand_path(File.dirname(__FILE__) + '/src')

require 'mkmf'

PKGConfig.have_package("loudmouth-1.0", 1, 3, 4) or exit 1
PKGConfig.have_package("glib-2.0", 2, 4, 0) or exit 1

create_makefile("loudmouth")