stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=502f10880a82f8f48da6d307278aa04a1bc03078
commit 502f10880a82f8f48da6d307278aa04a1bc03078 Author: Stefan Schmidt <[email protected]> Date: Wed Nov 30 11:10:11 2016 +0100 build: ector: make sure the triangular header files end up in dist In commit 98b0408a4eed5c2beafd4f396b64ca54fb00270f the new triangulator static_lib was introduced with ector as user. The ector Makefiles missed to also include the header files as deps so they never ended up in the dist failing distcheck. --- src/Makefile_Ector.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile_Ector.am b/src/Makefile_Ector.am index 0f8a0a5..3eadc46 100644 --- a/src/Makefile_Ector.am +++ b/src/Makefile_Ector.am @@ -111,7 +111,9 @@ static_libs/rg_etc/etc2_encoder.c # Triangulator static lib triangulator_sources = \ static_libs/triangulator/triangulator_stroker.c \ +static_libs/triangulator/triangulator_stroker.h \ static_libs/triangulator/triangulator_simple.c \ +static_libs/triangulator/triangulator_simple.h \ $(NULL) # And the default software backend --
