Fix build with vector icons enabled

The invert-svg tool was never built so generating the Symbolic-Inverted
icons failed. Thanks Ell for the hint how to fix this.
This commit is contained in:
Tobias Ellinghaus 2018-04-15 16:10:04 +02:00
parent ef3edece9b
commit c50449670b
No known key found for this signature in database
GPG key ID: 98D42E5ACB5448E8

View file

@ -61,7 +61,7 @@ invert-svg$(BUILD_EXEEXT): invert-svg.c
#compute_svg_viewbox_LDADD = $(SVG_LIBS)
# Build tools which must be built for the host platform.
all: invert-svg$(BUILD_EXEEXT)
all-local: invert-svg$(BUILD_EXEEXT)
DISTCLEANFILES = invert-svg$(BUILD_EXEEXT)
endif