diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-12-21 00:58:42 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-12-21 00:58:42 +0100 |
commit | e42ef336cc3c02f13807dc472947425a60268858 (patch) | |
tree | 8956793c972b316f79388fa5630b970db375faa1 /tools/extract-api.sh | |
parent | 8f416c0cfc4937a82ea31e384689f9adb802106a (diff) | |
download | ffi-efl-e42ef336cc3c02f13807dc472947425a60268858.zip ffi-efl-e42ef336cc3c02f13807dc472947425a60268858.tar.gz |
generate eina_file native mapping
Diffstat (limited to 'tools/extract-api.sh')
-rwxr-xr-x | tools/extract-api.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh index ff0b6ff..f9ef6fa 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -32,6 +32,7 @@ for header in \ "${INCLUDE}/eina-1/eina/eina_log.h" \ "${INCLUDE}/eina-1/eina/eina_list.h" \ "${INCLUDE}/eina-1/eina/eina_hash.h" \ + "${INCLUDE}/eina-1/eina/eina_file.h" \ "${INCLUDE}/eet-1/Eet.h" \ "${INCLUDE}/edje-1/Edje.h" \ "${INCLUDE}/evas-1/Evas.h" \ |