diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-27 06:18:35 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-27 06:18:35 +0200 |
commit | dbab4c802acbcd62262efd44f5415285a39de011 (patch) | |
tree | 63629dfaf821397da8ff1884311f3a6ee4a9ec25 /lib/efl/ecore_getopt.rb | |
parent | 7c63402a0087554395b97f6edc6c4cb7f10f6320 (diff) | |
download | ffi-efl-dbab4c802acbcd62262efd44f5415285a39de011.zip ffi-efl-dbab4c802acbcd62262efd44f5415285a39de011.tar.gz |
move generated ffi files into lib/efl/ffi
Diffstat (limited to 'lib/efl/ecore_getopt.rb')
-rw-r--r-- | lib/efl/ecore_getopt.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/ecore_getopt.rb b/lib/efl/ecore_getopt.rb index 10074b5..ee8767f 100644 --- a/lib/efl/ecore_getopt.rb +++ b/lib/efl/ecore_getopt.rb @@ -1,7 +1,7 @@ #! /usr/bin/env ruby # -*- coding: UTF-8 -*- # -require 'efl/ecore/ecore_getopt-ffi' +require 'efl/ffi/ecore_getopt' # module Efl module API |