From 0cea935d4703ca56cc2b2e3be1bb07a06be3ca38 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 1 Jun 2016 17:11:09 +0200 Subject: build: fix distcheck by removing files manually These files are not getting cleaned up as they are not integrated into the rest of our build system. These are the extra makefiles to build build only eina, eo, etc. The trick with -C clean does not work here for me and this is the only way I found to get a distcheck going through. Which is kinda important given we want to do the first alpha tarballs for 1.18 next Monday. --- Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f9664320c5..64ea0149b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -504,3 +504,18 @@ pkgbuild:: clean-local: rm -rf benchmark coverage + rm -f ./src/lib/emile/Makefile + rm -f ./src/lib/eo/Makefile + rm -f ./src/lib/eet/Makefile + rm -f ./src/lib/ecore/Makefile + rm -f ./src/lib/efl/Makefile + rm -f ./src/lib/efl/Efl_Config.h + rm -f ./src/lib/eina/Makefile + rm -f ./src/lib/eina/eina_config.h + rm -f ./src/lib/eio/Makefile + rm -f ./src/lib/elementary/Makefile + rm -f ./src/lib/elementary/Elementary.h + rm -f ./src/lib/ector/Makefile + rm -rf ./src/lib/ector/static_libs/rg_etc/.deps/ + rm -f ./src/lib/evil/Makefile + rm -f ./src/lib/edje/Makefile -- cgit v1.2.1