diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-10 20:43:36 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-10 20:43:36 +0200 |
commit | b1c2e29d4f3454c216c05d6a1673f4099c954e0b (patch) | |
tree | 9ee42d1be181a612c759e2fb6292343882b5c08a /tools/extract-api.sh | |
parent | cd947233f9956480844f74f2911004c6d5d83dd9 (diff) | |
download | ffi-efl-b1c2e29d4f3454c216c05d6a1673f4099c954e0b.zip ffi-efl-b1c2e29d4f3454c216c05d6a1673f4099c954e0b.tar.gz |
tools: elc_dayselector.h->elm_dayselector.h
Diffstat (limited to 'tools/extract-api.sh')
-rwxr-xr-x | tools/extract-api.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh index be9c011..91baf31 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -50,7 +50,7 @@ for header in \ "${ELM_INCLUDE_DIR}/elm_object.h" \ "${ELM_INCLUDE_DIR}/elm_object_item.h" \ "${ELM_INCLUDE_DIR}/elc_ctxpopup.h" \ - "${ELM_INCLUDE_DIR}/elc_dayselector.h" \ + "${ELM_INCLUDE_DIR}/elm_dayselector.h" \ "${ELM_INCLUDE_DIR}/elc_fileselector_button.h" \ "${ELM_INCLUDE_DIR}/elc_fileselector_entry.h" \ "${ELM_INCLUDE_DIR}/elc_fileselector.h" \ |