summaryrefslogtreecommitdiff
path: root/misc/Makefile.am
diff options
context:
space:
mode:
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