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 /src/Makefile_Evas.am | |
parent | 0acf23857fccc300727c32aa5ef0583953528d5d (diff) | |
download | efl-79083ed3afd273ca1aaa65b5c237f380095e38c5.tar.gz |
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.
Diffstat (limited to 'src/Makefile_Evas.am')
-rw-r--r-- | src/Makefile_Evas.am | 2 |
1 files changed, 1 insertions, 1 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 = \ lib/evas/canvas/efl_vg_gradient_linear.eo evas_eolian_type_files = \ - lib/evas/evas_types.eot + lib/evas/canvas/evas_types.eot evas_eolian_c = $(evas_eolian_files:%.eo=%.eo.c) evas_eolian_h = $(evas_eolian_files:%.eo=%.eo.h) \ |