diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-12-21 14:56:33 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-12-21 14:56:33 +0100 |
commit | f70b5ad6565412b1cdbd6d14dd65e1ce55e2c115 (patch) | |
tree | 2d430dad4fa32076d8260b99dde68120e05b87fc /tools/extract-api.sh | |
parent | b172c3b412a641cb0e0ceb2fcd39f06d46b1819e (diff) | |
download | ffi-efl-f70b5ad6565412b1cdbd6d14dd65e1ce55e2c115.zip ffi-efl-f70b5ad6565412b1cdbd6d14dd65e1ce55e2c115.tar.gz |
generate embryo native binding
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 b1a0a95..afa9017 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -44,6 +44,7 @@ for header in \ "${INCLUDE}/ecore-1/Ecore_Fb.h" \ "${INCLUDE}/ecore-1/Ecore_File.h" \ "${INCLUDE}/eio-1/Eio.h" \ + "${INCLUDE}/embryo-1/Embryo.h" \ "${INCLUDE}/edje-1/Edje.h" \ "${INCLUDE}/ethumb-1/Ethumb.h" \ "${INCLUDE}/ethumb-1/Ethumb_Client.h" \ |