From: Mike Blumenkrantz Date: Tue, 6 Jan 2015 20:09:11 +0000 (-0500) Subject: fix build when cxx is disabled X-Git-Tag: v1.13.0-alpha1~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e3cad840e6aa2c3d7c44514fd0405031e7c1f99;p=platform%2Fupstream%2Fefl.git fix build when cxx is disabled --- 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