summaryrefslogtreecommitdiff
path: root/misc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'misc/Makefile.am')
-rw-r--r--misc/Makefile.am15
1 files changed, 10 insertions, 5 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am
index f24fc4c9c..cb5b60a7e 100644
--- a/misc/Makefile.am
+++ b/misc/Makefile.am
@@ -1,10 +1,15 @@
SUBDIRS = fonts
-EXTRA_DIST = autogen.sh SlackBuild.in SlackBuild build_rpms.sh \
- xine-lib.spec.in xine-lib.spec xine-fontconv.c \
- xine_logo.mpv vga.xinefont.gz
+EXTRA_DIST = autogen.sh \
+ build_rpms.sh \
+ SlackBuild.in \
+ SlackBuild \
+ vga.xinefont.gz \
+ xine-fontconv.c \
+ xine-lib.spec.in \
+ xine-lib.spec \
+ xine_logo.mpv
-datadir = $(XINE_SKINDIR)
data_DATA = xine_logo.mpv
bin_SCRIPTS = xine-config
@@ -23,4 +28,4 @@ maintainer-clean-generic:
-rm -f Makefile.in
xine-fontconv: xine-fontconv.c
- gcc -g -o xine-fontconv xine-fontconv.c -lfreetype -lz -I/usr/include/freetype2
+ $(CC) -g -o xine-fontconv xine-fontconv.c -lfreetype -lz -I/usr/include/freetype2