diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 15:57:31 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 15:57:31 +0100 |
commit | 492dc525de0103ff0c6d1726c82d7b7e0440126e (patch) | |
tree | 14f1f5710af97fd952c59ebcdc4b37d033bf7888 /tools/extract-api.sh | |
parent | 54e8ad8b8701a813035b4035d63fe067563bec90 (diff) | |
download | ffi-efl-492dc525de0103ff0c6d1726c82d7b7e0440126e.zip ffi-efl-492dc525de0103ff0c6d1726c82d7b7e0440126e.tar.gz |
generate ehal 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 b442d74..04a6a8c 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -59,6 +59,7 @@ for header in \ "${INCLUDE}/e_dbus-1/E_DBus.h" \ "${INCLUDE}/e_dbus-1/E_Notify.h" \ "${INCLUDE}/e_dbus-1/E_Bluez.h" \ + "${INCLUDE}/e_dbus-1/E_Hal.h" \ "${INCLUDE}/ethumb-1/Ethumb.h" \ "${INCLUDE}/ethumb-1/Ethumb_Client.h" \ "${INCLUDE}/ethumb-1/Ethumb_Plugin.h" \ |