diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-08-13 10:48:47 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-08-13 10:48:47 +0200 |
commit | 06e6afbce232c4c0b53d1e1bba95a52652c8c23c (patch) | |
tree | 52a588a34526908c3bbf415f23e6ed45b97f7c3c /tools/extract-api.sh | |
parent | 4fae45790d7340e0082c989605f07778e49b7c96 (diff) | |
download | ffi-efl-06e6afbce232c4c0b53d1e1bba95a52652c8c23c.zip ffi-efl-06e6afbce232c4c0b53d1e1bba95a52652c8c23c.tar.gz |
fix and update native api extraction and generation
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 288f787..313176f 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -40,6 +40,7 @@ for header in \ "${INCLUDE}/ecore-1/Ecore_Evas.h" \ "${INCLUDE}/ecore-1/Ecore_Fb.h" \ "${INCLUDE}/ecore-1/Ecore_File.h" \ + "${INCLUDE}/EMap.h" \ "${INCLUDE}/elementary-0/Elementary.h" \ ; do # |