build: ensure we remove the newly generated *eo.legacy.c files for distcheck
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 27 Feb 2019 10:26:26 +0000 (11:26 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:36 +0000 (20:49 +0900)
commit5461986acfdb4f8beb8848a6ab5afd47310fced0
tree76f239a8f1f9238b81df0481a5fc8dfc082650ae
parentbd0c6af6644f0d21d603e904baecee2f7d1f5444
build: ensure we remove the newly generated *eo.legacy.c files for distcheck

Eolain now generates extra files for the C legacy implementations and
distcheck has trouble with them not being removed by the build system.

Going to handle lists of them in all the different makefiles (elm,
ecore, emotion, etc) would be a lot extra work. Thus I will just make
sure the get removed during our clean-local rule.

Given 1.22 is the last release we will use autotools for I think this is
a fair compromise to get this fixed.

Differential Revision: https://phab.enlightenment.org/D8052
Makefile.am