]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Include tools/compile-unifont.py in the source tarball
authorMike Gilbert <floppym@gentoo.org>
Wed, 10 Jun 2015 03:13:36 +0000 (23:13 -0400)
committerDavid Herrmann <dh.herrmann@gmail.com>
Wed, 10 Jun 2015 18:30:42 +0000 (20:30 +0200)
This prevents a build failure when /usr/share/fonts/unifont/unifont.hex
is newer than unifont-glyph-array.bin.

Makefile.am

index 5d30d7d51c042eaa02ad1c2a838069ba73af60b7..e98e8b821a6d3bb61330fb0d2d995164af62eb83 100644 (file)
@@ -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