diff options
author | Tom Hacohen <tom@stosb.com> | 2015-05-29 16:42:24 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2015-05-29 16:42:34 +0100 |
commit | 79083ed3afd273ca1aaa65b5c237f380095e38c5 (patch) | |
tree | 879470ccad2c87669784bbc1674529ffb86d825b | |
parent | 0acf23857fccc300727c32aa5ef0583953528d5d (diff) |
Evas types: Fix inclusion of evas types from the right location.
My system was dirty and it was already installed in the right place.
Now it works as expected.
Reported on IRC by batden.
-rw-r--r-- | src/Makefile_Evas.am | 2 | ||||
-rw-r--r-- | src/lib/evas/Evas_Common.h | 2 | ||||
-rw-r--r-- | src/lib/evas/canvas/evas_types.eot (renamed from src/lib/evas/evas_types.eot) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am index 3058a84f2f..ea6429e554 100644 --- a/src/Makefile_Evas.am +++ b/src/Makefile_Evas.am | |||
@@ -43,7 +43,7 @@ evas_eolian_files = \ | |||
43 | lib/evas/canvas/efl_vg_gradient_linear.eo | 43 | lib/evas/canvas/efl_vg_gradient_linear.eo |
44 | 44 | ||
45 | evas_eolian_type_files = \ | 45 | evas_eolian_type_files = \ |
46 | lib/evas/evas_types.eot | 46 | lib/evas/canvas/evas_types.eot |
47 | 47 | ||
48 | evas_eolian_c = $(evas_eolian_files:%.eo=%.eo.c) | 48 | evas_eolian_c = $(evas_eolian_files:%.eo=%.eo.c) |
49 | evas_eolian_h = $(evas_eolian_files:%.eo=%.eo.h) \ | 49 | evas_eolian_h = $(evas_eolian_files:%.eo=%.eo.h) \ |
diff --git a/src/lib/evas/Evas_Common.h b/src/lib/evas/Evas_Common.h index d064f8f9f3..303a4b4ef8 100644 --- a/src/lib/evas/Evas_Common.h +++ b/src/lib/evas/Evas_Common.h | |||
@@ -2,7 +2,7 @@ | |||
2 | # error You shall not include this header directly | 2 | # error You shall not include this header directly |
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #include "evas_types.eot.h" | 5 | #include "canvas/evas_types.eot.h" |
6 | 6 | ||
7 | /** | 7 | /** |
8 | * @def EVAS_VERSION_MAJOR | 8 | * @def EVAS_VERSION_MAJOR |
diff --git a/src/lib/evas/evas_types.eot b/src/lib/evas/canvas/evas_types.eot index 1d48cba518..1d48cba518 100644 --- a/src/lib/evas/evas_types.eot +++ b/src/lib/evas/canvas/evas_types.eot | |||