From 4b47eff6e3252ff60e1c889d305ddebdee7f16cf Mon Sep 17 00:00:00 2001 From: Daniel Zaoui Date: Mon, 20 Oct 2014 12:17:54 +0300 Subject: [PATCH] Eolian: fix generated Eo files installation. make distcheck was failing on trying to write to a read only file. --- src/Makefile_Eo.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Makefile_Eo.am b/src/Makefile_Eo.am index 1e36118caa..306c8c3623 100644 --- a/src/Makefile_Eo.am +++ b/src/Makefile_Eo.am @@ -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@