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, 2 insertions, 13 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am
index 0bc97ffc8..7c7569cda 100644
--- a/misc/Makefile.am
+++ b/misc/Makefile.am
@@ -1,3 +1,5 @@
+include $(top_srcdir)/misc/Makefile.common
+
SUBDIRS = fonts
EXTRA_DIST = build_rpms.sh \
@@ -16,19 +18,6 @@ bin_SCRIPTS = xine-config
pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=libxine.pc
-debug:
-
-install-debug: install
-
-mostlyclean-generic:
- -rm -f *~ \#* .*~ .\#*
-
-
-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
$(CC) -W -Wall -g -o xine-fontconv xine-fontconv.c -lz `freetype-config --cflags` `freetype-config --libs`