Eolian: fix for nightly make distcheck.

Hmm, I forgot to add some .eo files to the EXTRA_DIST so they have not been
added inside the archive.
Eolian couldn't generate C files because of these missing files.
This commit is contained in:
Daniel Zaoui 2014-03-10 16:46:45 +02:00
parent d175b8aa69
commit c8dc39c9ae
2 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,10 @@ lib_eo_libeo_la_LIBADD = @EO_LIBS@
lib_eo_libeo_la_DEPENDENCIES = @EO_INTERNAL_LIBS@
lib_eo_libeo_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@
EXTRA_DIST += \
lib/eo/eo_base.eo \
lib/eo/eo_abstract_class.eo
### Unit tests
if EFL_ENABLE_TESTS

View File

@ -16,6 +16,7 @@ BUILT_SOURCES += \
lib/evas/canvas/evas_textgrid.eo.h
EXTRA_DIST += \
lib/evas/canvas/evas_object.eo \
lib/evas/canvas/evas_line.eo \
lib/evas/canvas/evas_polygon.eo \
lib/evas/canvas/evas_rectangle.eo \