projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2658935
)
Include tools/compile-unifont.py in the source tarball
author
Mike Gilbert
<floppym@gentoo.org>
Wed, 10 Jun 2015 03:13:36 +0000
(23:13 -0400)
committer
David 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
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 5d30d7d51c042eaa02ad1c2a838069ba73af60b7..e98e8b821a6d3bb61330fb0d2d995164af62eb83 100644
(file)
--- 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