summaryrefslogtreecommitdiffstats
path: root/tools/extract-api.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-27 10:16:29 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-27 10:16:29 +0100
commit742806e336e6984e4ffa8d87ec6fdde61cbfeaef (patch)
treec6f645b446c9f189141863072d300efab5cbf04c /tools/extract-api.sh
parent31832748e24d10b0422126ebc020b555520aeb49 (diff)
downloadffi-efl-742806e336e6984e4ffa8d87ec6fdde61cbfeaef.zip
ffi-efl-742806e336e6984e4ffa8d87ec6fdde61cbfeaef.tar.gz
parse elm_list.h and generate elm_list.rb
Diffstat (limited to 'tools/extract-api.sh')
-rwxr-xr-xtools/extract-api.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh
index a763dfe..6b0b8e7 100755
--- a/tools/extract-api.sh
+++ b/tools/extract-api.sh
@@ -49,6 +49,7 @@ for header in \
"${INCLUDE}/elementary-0/elm_icon.h" \
"${INCLUDE}/elementary-0/elm_scroller.h" \
"${INCLUDE}/elementary-0/elm_entry.h" \
+ "${INCLUDE}/elementary-0/elm_list.h" \
; do
#
if [ ! -e "$header" ]; then