diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-04 12:29:04 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-04 12:29:04 +0100 |
commit | f5df8a42c49db51f891ad4b34757f4bf9882e9f6 (patch) | |
tree | 318d7571549a3e40a7553f32ac594415cde8e386 /tools/extract-api.sh | |
parent | 7b9a91d8d1098a7a1ca52526946b51fc6bcf5c17 (diff) | |
download | ffi-efl-f5df8a42c49db51f891ad4b34757f4bf9882e9f6.zip ffi-efl-f5df8a42c49db51f891ad4b34757f4bf9882e9f6.tar.gz |
generate econnman 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 2719797..6691d37 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -63,6 +63,7 @@ for header in \ "${INCLUDE}/e_dbus-1/E_Hal.h" \ "${INCLUDE}/e_dbus-1/E_Ofono.h" \ "${INCLUDE}/e_dbus-1/E_Ukit.h" \ + "${INCLUDE}/e_dbus-1/connman0_7x/E_Connman.h" \ "${INCLUDE}/ethumb-1/Ethumb.h" \ "${INCLUDE}/ethumb-1/Ethumb_Client.h" \ "${INCLUDE}/ethumb-1/Ethumb_Plugin.h" \ |