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.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.rb')
-rw-r--r-- | lib/efl/ecore.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/ecore.rb b/lib/efl/ecore.rb index 5a8597a..4e6a4e9 100644 --- a/lib/efl/ecore.rb +++ b/lib/efl/ecore.rb @@ -1,7 +1,7 @@ #! /usr/bin/env ruby # -*- coding: UTF-8 -*- # -require 'efl/ecore/ecore-ffi' +require 'efl/ffi/ecore' # module Efl module Ecore |