summaryrefslogtreecommitdiff
path: root/src/Makefile_Eo_Cxx.am
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2015-04-20 09:12:34 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2015-04-20 09:12:34 +0200
commitc65028228559d9e4da4984835026d0c3c098daa3 (patch)
tree9a494f0326190ddf7327cdc2153caa15624e83d3 /src/Makefile_Eo_Cxx.am
parentd1722eb394216ff304ee8aa83146641057d99e72 (diff)
downloadefl-c65028228559d9e4da4984835026d0c3c098daa3.tar.gz
bindings/eo: Only install Eo.hh once to avoid failing double install
Eo.hh is listed in both dist_installed_eocxxmainheaders_DATA and dist_installed_eocxxheaders_DATA this leads to a situation where they file should be installed but already exists and thus the installation fails. 00:32:27.919 /usr/bin/install: cannot create regular file '/srv/build/workspace/changely_efl_configure_xcb/destdir/include/eo-cxx-1/Eo.hh': File exists 00:32:27.923 Makefile:32620: recipe for target 'install-dist_installed_eocxxmainheadersDATA' failed 00:32:27.923 make[4]: *** [install-dist_installed_eocxxmainheadersDATA] Error Given that it is the only item in dist_installed_eocxxmainheaders_DATA I suspect it was but into the other rule by accident.
Diffstat (limited to 'src/Makefile_Eo_Cxx.am')
-rw-r--r--src/Makefile_Eo_Cxx.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile_Eo_Cxx.am b/src/Makefile_Eo_Cxx.am
index b6315c8746..a3c898d1c0 100644
--- a/src/Makefile_Eo_Cxx.am
+++ b/src/Makefile_Eo_Cxx.am
@@ -29,7 +29,6 @@ bindings/eo_cxx/eo_inherit.hh \
bindings/eo_cxx/eo_ops.hh \
bindings/eo_cxx/eo_private.hh \
bindings/eo_cxx/eo_inherit_bindings.hh \
-bindings/eo_cxx/Eo.hh \
bindings/eo_cxx/eo_cxx_interop.hh
endif