From 1a655045951c29edda0b616640b9dac507cda164 Mon Sep 17 00:00:00 2001 From: malosek Date: Wed, 16 Sep 2009 17:06:59 +0200 Subject: ruby directory moved into bindings dir --- ruby/extconf.rb | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 ruby/extconf.rb (limited to 'ruby/extconf.rb') diff --git a/ruby/extconf.rb b/ruby/extconf.rb deleted file mode 100644 index f931c5e..0000000 --- a/ruby/extconf.rb +++ /dev/null @@ -1,24 +0,0 @@ -# -# Copyright (c) 2007-2009 FastMQ Inc. -# -# This file is part of 0MQ. -# -# 0MQ is free software; you can redistribute it and/or modify it under -# the terms of the Lesser GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# 0MQ is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# Lesser GNU General Public License for more details. -# -# You should have received a copy of the Lesser GNU General Public License -# along with this program. If not, see . - -require 'mkmf' -dir_config('libzmq') -have_library('libzmq') -create_makefile("ruby") - - -- cgit v1.2.3