From 4061eed4d91226f1f75e79350c5e1bdd4529d578 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 9 Jun 2015 23:13:36 -0400 Subject: [PATCH] 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. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 5d30d7d..e98e8b8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- 2.7.4