diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 16:53:50 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 16:53:50 +0100 |
commit | 84c2d84aff9e8e0adcbbe272d959746f14940d39 (patch) | |
tree | 5101df8df06a476d3a07418c62c1a9d04a3f0543 /tools/extract-api.sh | |
parent | b262de641b029984959e5fdf26c8faddff7cdeb2 (diff) | |
download | ffi-efl-84c2d84aff9e8e0adcbbe272d959746f14940d39.zip ffi-efl-84c2d84aff9e8e0adcbbe272d959746f14940d39.tar.gz |
generate eofono 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 04a6a8c..5924ac4 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_Ofono.h" \ "${INCLUDE}/e_dbus-1/E_Hal.h" \ "${INCLUDE}/ethumb-1/Ethumb.h" \ "${INCLUDE}/ethumb-1/Ethumb_Client.h" \ |