diff options
author | František Dvořák <valtri@civ.zcu.cz> | 2009-01-12 19:26:24 +0100 |
---|---|---|
committer | František Dvořák <valtri@civ.zcu.cz> | 2009-01-12 19:26:24 +0100 |
commit | c7e8597557c22896ba67517e5da7c79dab37b196 (patch) | |
tree | 6b59652a25d02e6a35a250e4cb3ca65f6f47d2b8 /misc/fonts | |
parent | 7e47a3180c08f2fcaa688ab33cae838d88d8ba0e (diff) | |
download | xine-lib-c7e8597557c22896ba67517e5da7c79dab37b196.tar.gz xine-lib-c7e8597557c22896ba67517e5da7c79dab37b196.tar.bz2 |
Simplify using xine directories in configure, remove unnedded stuff.
Fixed font installation for Windows platforms.
Diffstat (limited to 'misc/fonts')
-rw-r--r-- | misc/fonts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/fonts/Makefile.am b/misc/fonts/Makefile.am index ae22beefa..f5b131886 100644 --- a/misc/fonts/Makefile.am +++ b/misc/fonts/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/misc/Makefile.common -fontdir = $(XINE_FONTPATH) +fontdir = $(XINE_FONTDIR) font_DATA = \ cetus-16.xinefont.gz \ cetus-20.xinefont.gz \ |