q66 pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=dade4d39174f190f801ae7b5392a53591a510d4c
commit dade4d39174f190f801ae7b5392a53591a510d4c Author: Daniel Kolesa <d.kol...@samsung.com> Date: Thu Jul 31 15:27:49 2014 +0100 fix distcheck by adding generated .eo.hh to cleanfiles --- src/lib/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 11e5e36..5e4786e 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1217,4 +1217,7 @@ nodist_includesunstable_HEADERS += \ elm_video.eo.hh \ elm_web.eo.hh \ elm_win.eo.hh + +CLEANFILES += $(nodist_includesunstable_HEADERS) + endif --