setup.py: clean ecore_input files in CleanGenerated

This commit is contained in:
Davide Andreoli 2017-07-16 20:28:44 +02:00
parent 8ad73b3e69
commit 64584362b7
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@ class CleanGenerated(Command):
pass
def run(self):
for lib in ("eo", "evas", "ecore", "ecore_x", "ecore_con", "edje",
"emotion", "elementary", "ethumb", "dbus_mainloop",
for lib in ("eo", "evas", "ecore", "ecore_x", "ecore_input", "ecore_con",
"edje", "emotion", "elementary", "ethumb", "dbus_mainloop",
"utils"):
lib_path = os.path.join(script_path, "efl", lib)
for root, dirs, files in os.walk(lib_path):