fix distcheck by adding generated .eo.hh to cleanfiles

This commit is contained in:
Daniel Kolesa 2014-07-31 15:27:49 +01:00
parent 158134c6d9
commit 54065246d6
1 changed files with 3 additions and 0 deletions

View File

@ -1217,4 +1217,7 @@ nodist_includesunstable_HEADERS += \
elm_video.eo.hh \
elm_web.eo.hh \
elm_win.eo.hh
CLEANFILES += $(nodist_includesunstable_HEADERS)
endif