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 5d30d7d..e98e8b8 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