summaryrefslogtreecommitdiffstats
path: root/tools/extract-api.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-12-21 01:02:37 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-12-21 01:02:37 +0100
commit587f9dc1b6ece798b3fb87652cdeed646db05420 (patch)
tree8b6ffd18998b9a9639a8b0104e7a34fe96517f89 /tools/extract-api.sh
parent9e25cb9e61be59b5172225c9eb07bb728d14133e (diff)
downloadffi-efl-587f9dc1b6ece798b3fb87652cdeed646db05420.zip
ffi-efl-587f9dc1b6ece798b3fb87652cdeed646db05420.tar.gz
tools: edje goes later in the parsing order
Diffstat (limited to 'tools/extract-api.sh')
-rwxr-xr-xtools/extract-api.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh
index 1b1c7a4..b1a0a95 100755
--- a/tools/extract-api.sh
+++ b/tools/extract-api.sh
@@ -34,7 +34,6 @@ for header in \
"${INCLUDE}/eina-1/eina/eina_hash.h" \
"${INCLUDE}/eina-1/eina/eina_file.h" \
"${INCLUDE}/eet-1/Eet.h" \
- "${INCLUDE}/edje-1/Edje.h" \
"${INCLUDE}/evas-1/Evas.h" \
"${INCLUDE}/evas-1/Evas_GL.h" \
"${INCLUDE}/ecore-1/Ecore.h" \
@@ -45,6 +44,7 @@ for header in \
"${INCLUDE}/ecore-1/Ecore_Fb.h" \
"${INCLUDE}/ecore-1/Ecore_File.h" \
"${INCLUDE}/eio-1/Eio.h" \
+ "${INCLUDE}/edje-1/Edje.h" \
"${INCLUDE}/ethumb-1/Ethumb.h" \
"${INCLUDE}/ethumb-1/Ethumb_Client.h" \
"${INCLUDE}/ethumb-1/Ethumb_Plugin.h" \