fix build when cxx is disabled

This commit is contained in:
Mike Blumenkrantz 2015-01-06 15:09:11 -05:00
parent 3ada34f2b3
commit 5e3cad840e
1 changed files with 4 additions and 5 deletions

View File

@ -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