summaryrefslogtreecommitdiff
path: root/src/Makefile_Efl.am
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-06-28 10:52:28 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-06-28 10:52:28 +0900
commitd931c53919b85ef7b2b6120d7bc60d8ddd207653 (patch)
treec5bd2f9b87b0ae13a11b9c06fed7ad5cc665d251 /src/Makefile_Efl.am
parentb543f4c896d9abd3df893dd07023528b508b25e0 (diff)
downloadefl-d931c53919b85ef7b2b6120d7bc60d8ddd207653.tar.gz
efl: Remove eo struct Efl.Gfx.Color
So far this was protected behind ifdef EO_API_SUPPORT. It also was not used internally. Dropping this before the release, since we will soon have a (hopefully) better solution to handle various color representations.
Diffstat (limited to 'src/Makefile_Efl.am')
-rw-r--r--src/Makefile_Efl.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile_Efl.am b/src/Makefile_Efl.am
index eb976e9a3d..ac5edda4e4 100644
--- a/src/Makefile_Efl.am
+++ b/src/Makefile_Efl.am
@@ -104,9 +104,6 @@ dist_installed_eflheaders_DATA = \
lib/efl/Efl.h
installed_eflinterfacesdir = $(includedir)/efl-@VMAJ@/interfaces
-dist_installed_eflinterfaces_DATA = \
- lib/efl/interfaces/efl_gfx.x
-
nodist_installed_eflinterfaces_DATA = \
$(efl_eolian_files_h) \
$(efl_eolian_legacy_files_h)