From: Tilman Sauerbeck Date: Sun, 26 Aug 2007 15:26:08 +0000 (+0200) Subject: Don't build esmart_filedialog, it's broken. X-Git-Url: http://git.code-monkey.de/?p=ruby-esmart.git;a=commitdiff_plain;h=HEAD Don't build esmart_filedialog, it's broken. --- diff --git a/Rakefile b/Rakefile index cc2f2f7..b9b41ad 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,8 @@ require "rake/extensiontask" PKG_NAME = "ruby-esmart" modules = [:esmart, :esmart_container, :esmart_draggies, - :esmart_file_dialog,:esmart_trans_x11] + #:esmart_file_dialog, + :esmart_trans_x11] module_objects = { :esmart => [:rb_esmart], :esmart_container => [:rb_esmart_container],