build: cxx binding: fix typo in file path to be cleaned

This commit is contained in:
Stefan Schmidt 2016-05-24 10:16:06 +02:00
parent 89d886af48
commit d549b4d705
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ lib/ecore/Ecore.eo.hh: $(ecore_eolian_cxx_hh)
@for i in $(ecore_eolian_cxx_hh); do echo "#include <$$(basename $$i)>" >> $(top_builddir)/src/lib/ecore/Ecore.eo.hh; done
@echo @ECHO_E@ "#endif\n\n#endif\n" >> $(top_builddir)/src/lib/ecore/Ecore.eo.hh
CLEANFILES += $(ecore_eolian_cxx_hh) $(ecore_eolian_cxx_impl) llib/ecore/Ecore.eo.hh
CLEANFILES += $(ecore_eolian_cxx_hh) $(ecore_eolian_cxx_impl) lib/ecore/Ecore.eo.hh
## Eina src/lib/eina
installed_einacxxheadersdir = $(includedir)/eina-cxx-@VMAJ@