diff options
-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 |