mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-24 21:34:08 +03:00
Include tools/compile-unifont.py in the source tarball
This prevents a build failure when /usr/share/fonts/unifont/unifont.hex is newer than unifont-glyph-array.bin.
This commit is contained in:
parent
26589352b2
commit
4061eed4d9
@ -3603,6 +3603,9 @@ test_unifont_LDADD = \
|
||||
src/libsystemd-terminal/unifont-glyph-array.bin: tools/compile-unifont.py $(UNIFONT)
|
||||
$(AM_V_GEN)$(PYTHON) $< <$(UNIFONT) >$@
|
||||
|
||||
EXTRA_DIST += \
|
||||
tools/compile-unifont.py
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
include_HEADERS += \
|
||||
src/libudev/libudev.h
|
||||
|
Loading…
Reference in New Issue
Block a user