summaryrefslogtreecommitdiff
path: root/misc/Makefile.am
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-12-08 00:37:38 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-12-08 00:37:38 +0000
commitc411a4ea9f23a55037b2f338b4e8baa9d156a620 (patch)
tree15ba445dcf7b6ad527aa8cb258d8357d129c9745 /misc/Makefile.am
parenta92ee9f39de3f3e62032f4d7ce8c893df8530680 (diff)
downloadxine-lib-c411a4ea9f23a55037b2f338b4e8baa9d156a620.tar.gz
xine-lib-c411a4ea9f23a55037b2f338b4e8baa9d156a620.tar.bz2
osd fonts and interface update
CVS patchset: 1174 CVS date: 2001/12/08 00:37:38
Diffstat (limited to 'misc/Makefile.am')
-rw-r--r--misc/Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am
index b3c7566fb..9a1813221 100644
--- a/misc/Makefile.am
+++ b/misc/Makefile.am
@@ -1,12 +1,13 @@
+SUBDIRS = fonts
+
EXTRA_DIST = autogen.sh upload.pl SlackBuild.in SlackBuild build_rpms.sh \
xine-lib.spec.in xine-lib.spec guenter.spec.in guenter.spec\
- xine_logo.png vga.xinefont.gz
+ xine_logo.png
bin_SCRIPTS = xine-config
datadir = $(XINE_SKINDIR)
-#this is just a hack. osd fonts should be installed in another dir
-data_DATA = xine_logo.png vga.xinefont.gz
+data_DATA = xine_logo.png
debug:
@@ -20,3 +21,6 @@ maintainer-clean-generic:
-@echo "This command is intended for maintainers to use;"
-@echo "it deletes files that may require special tools to rebuild."
-rm -f Makefile.in
+
+xine-fontconv: xine-fontconv.c
+ gcc -g -o xine-fontconv xine-fontconv.c -lfreetype -lz -I/usr/include/freetype2