discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5e3cad840e6aa2c3d7c44514fd0405031e7c1f99

commit 5e3cad840e6aa2c3d7c44514fd0405031e7c1f99
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Jan 6 15:09:11 2015 -0500

    fix build when cxx is disabled
---
 src/Makefile_Eo_Cxx.am | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/Makefile_Eo_Cxx.am b/src/Makefile_Eo_Cxx.am
index 81c8826..2f7dda6 100644
--- a/src/Makefile_Eo_Cxx.am
+++ b/src/Makefile_Eo_Cxx.am
@@ -5,15 +5,14 @@ generated_eo_cxx_bindings = \
 lib/eo/eo_base.eo.hh \
 lib/eo/eo_abstract_class.eo.hh
 
-CLEANFILES += $(generated_eo_cxx_bindings)
-
-installed_eocxxheadersdir = $(includedir)/eo-cxx-@VMAJ@
-nodist_installed_eocxxheaders_DATA = $(generated_eo_cxx_bindings)
-
 ### Library
 
 if HAVE_CXX11
 
+CLEANFILES += $(generated_eo_cxx_bindings)
+
+nodist_installed_eocxxheaders_DATA = $(generated_eo_cxx_bindings)
+
 installed_eocxxmainheadersdir = $(includedir)/eo-cxx-@VMAJ@/
 dist_installed_eocxxmainheaders_DATA = \
 bindings/eo_cxx/Eo.hh

-- 


Reply via email to