diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-11-30 11:10:11 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-11-30 11:10:11 +0100 |
commit | 502f10880a82f8f48da6d307278aa04a1bc03078 (patch) | |
tree | d76d2cda4a83c8e85ac4cb0bfc8c465502a38b46 /src | |
parent | 33f5074206f7675574e0299432e4e48711e67c10 (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile_Ector.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile_Ector.am b/src/Makefile_Ector.am index 0f8a0a5339..3eadc46174 100644 --- a/src/Makefile_Ector.am +++ b/src/Makefile_Ector.am | |||
@@ -111,7 +111,9 @@ static_libs/rg_etc/etc2_encoder.c | |||
111 | # Triangulator static lib | 111 | # Triangulator static lib |
112 | triangulator_sources = \ | 112 | triangulator_sources = \ |
113 | static_libs/triangulator/triangulator_stroker.c \ | 113 | static_libs/triangulator/triangulator_stroker.c \ |
114 | static_libs/triangulator/triangulator_stroker.h \ | ||
114 | static_libs/triangulator/triangulator_simple.c \ | 115 | static_libs/triangulator/triangulator_simple.c \ |
116 | static_libs/triangulator/triangulator_simple.h \ | ||
115 | $(NULL) | 117 | $(NULL) |
116 | 118 | ||
117 | # And the default software backend | 119 | # And the default software backend |