Eolian CXX: Fix make distcheck

nodist files should be added to BUILT_SOURCES for
make distcheck to work (when cleaning the tree)
This commit is contained in:
Jean-Philippe Andre 2014-06-10 16:07:18 +09:00
parent 3fd6061505
commit 43038144c2
4 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,8 @@ nodist_installed_ecoreaudiocxxmainheaders_DATA = \
lib/ecore_audio/Ecore_Audio.hh \
$(generated_ecore_audio_cxx_bindings)
BUILT_SOURCES += $(generated_ecore_audio_cxx_bindings) lib/ecore_audio/Ecore_Audio.hh
### Unit tests
if EFL_ENABLE_TESTS

View File

@ -25,6 +25,7 @@ lib/ecore/Ecore.eo.hh:
@for i in $(generated_ecore_cxx_bindings); do echo "#include <$$(basename $$i)>" >> $(top_builddir)/src/lib/ecore/Ecore.eo.hh; done
@echo -e "#endif\n\n#endif\n" >> $(top_builddir)/src/lib/ecore/Ecore.eo.hh
BUILT_SOURCES += $(generated_ecore_cxx_bindings) lib/ecore/Ecore.eo.hh
### Unit tests

View File

@ -12,6 +12,8 @@ nodist_installed_edjecxxmainheaders_DATA = \
lib/edje/Edje.hh \
$(generated_edje_cxx_bindings)
BUILT_SOURCES += $(generated_edje_cxx_bindings) lib/edje/Edje.hh
lib/edje/Edje.hh:
@echo -e "#ifndef EFL_CXX_EDJE_HH\n#define EFL_CXX_EDJE_HH\n" > $(top_builddir)/src/lib/edje/Edje.hh
@echo -e "#ifdef EFL_BETA_API_SUPPORT" >> $(top_builddir)/src/lib/edje/Edje.hh

View File

@ -33,6 +33,8 @@ nodist_installed_evascxxmainheaders_DATA = lib/evas/Evas.hh
installed_evascxxcanvasheadersdir = $(includedir)/evas-cxx-@VMAJ@/canvas
nodist_installed_evascxxcanvasheaders_DATA = $(generated_evas_canvas_cxx_bindings)
BUILT_SOURCES += $(generated_evas_canvas_cxx_bindings) lib/evas/Evas.hh
lib/evas/Evas.hh:
@echo -e "#ifndef EFL_CXX_EVAS_HH\n#define EFL_CXX_EVAS_HH\n" > $(top_builddir)/src/lib/evas/Evas.hh
@echo -e "#ifdef EFL_BETA_API_SUPPORT" >> $(top_builddir)/src/lib/evas/Evas.hh