diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-04 13:17:38 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-04 22:18:26 +0100 |
commit | 5cffb54e48034b0bc7bce2ae9a61ce4a24464e63 (patch) | |
tree | 9e436425a3d8a417f0177e47557dcf5edf1cc91f /data/Makefile.am | |
parent | ad276ae0d4679aee9d7e6082fa602b49c6fd940a (diff) | |
download | mana-5cffb54e48034b0bc7bce2ae9a61ce4a24464e63.tar.gz mana-5cffb54e48034b0bc7bce2ae9a61ce4a24464e63.tar.bz2 mana-5cffb54e48034b0bc7bce2ae9a61ce4a24464e63.tar.xz mana-5cffb54e48034b0bc7bce2ae9a61ce4a24464e63.zip |
Fixed installing of dejavusans.ttf font.
(cherry picked from mainline commit 8d1299338e033e1de539dae36856e365855fabc1)
Conflicts:
src/gui/gui.cpp
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 5a28f7c1..62672207 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = graphics help icons +SUBDIRS = fonts graphics help icons tmwdatadir = $(pkgdatadir)/data |