diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-04 17:27:26 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-04 17:27:26 +0100 |
commit | 852740818843186df1998c9e583544ed703b7a77 (patch) | |
tree | 39e704a194ce96f4f947befed4733f5a51d94b3d /tools/extract-api.sh | |
parent | b6f8457cbbe9d3790f6e8c434a6701e76fdff7c3 (diff) | |
download | ffi-efl-852740818843186df1998c9e583544ed703b7a77.zip ffi-efl-852740818843186df1998c9e583544ed703b7a77.tar.gz |
generate emotion 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 c793af3..1827b49 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -67,6 +67,7 @@ for header in \ "${INCLUDE}/eeze-1/Eeze.h" \ "${INCLUDE}/eeze-1/Eeze_Disk.h" \ "${INCLUDE}/eeze-1/Eeze_Net.h" \ + "${INCLUDE}/emotion-1/Emotion.h" \ "${INCLUDE}/ethumb-1/Ethumb.h" \ "${INCLUDE}/ethumb-1/Ethumb_Client.h" \ "${INCLUDE}/ethumb-1/Ethumb_Plugin.h" \ |