Eolian: fix generated Eo files installation.

make distcheck was failing on trying to write to a read only file.
This commit is contained in:
Daniel Zaoui 2014-10-20 12:17:54 +03:00
parent a0b305d853
commit 4b47eff6e3
1 changed files with 1 additions and 3 deletions

View File

@ -30,9 +30,7 @@ lib/eo/eo_ptr_indirection.c \
lib/eo/eo_ptr_indirection.h \
lib/eo/eo_base_class.c \
lib/eo/eo_class_class.c \
lib/eo/eo_private.h \
${eo_eolian_c} \
${eo_eolian_h}
lib/eo/eo_private.h
lib_eo_libeo_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @EO_CFLAGS@
lib_eo_libeo_la_LIBADD = @EO_LIBS@