diff options
Diffstat (limited to 'tools/extract-api.sh')
-rwxr-xr-x | tools/extract-api.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh index f4b0617..f17a0fe 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -42,9 +42,10 @@ for header in \ "${INCLUDE}/ecore-1/Ecore_Fb.h" \ "${INCLUDE}/ecore-1/Ecore_File.h" \ "${INCLUDE}/EMap.h" \ + "${INCLUDE}/elementary-0/Elementary.h" \ "${INCLUDE}/elementary-0/elm_general.h" \ "${INCLUDE}/elementary-0/elm_tooltip.h" \ - "${INCLUDE}/elementary-0/Elementary.h" \ + "${INCLUDE}/elementary-0/elm_object_item.h" \ ; do # if [ ! -e "$header" ]; then |