summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-09-01 13:07:43 +0000
committerphintuka <phintuka>2007-09-01 13:07:43 +0000
commit77882f928377acbcd07c0efd972337de9c322fe2 (patch)
tree106567ab2684fb353a04d53cad797d573ff31d93
parent79553f9612f56fae5780dbbc3dec0e74677643ad (diff)
downloadxineliboutput-77882f928377acbcd07c0efd972337de9c322fe2.tar.gz
xineliboutput-77882f928377acbcd07c0efd972337de9c322fe2.tar.bz2
Add default target and support for (plugin-)local Make.config
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ddaf1bf7..b08c4c23 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile,v 1.22 2007-04-02 13:52:49 phintuka Exp $
+# $Id: Makefile,v 1.23 2007-09-01 13:07:43 phintuka Exp $
#
# The official name of this plugin.
@@ -13,6 +13,7 @@
PLUGIN = xineliboutput
+_default: all
###
### check for xine-lib and X11
@@ -102,6 +103,7 @@ VDRINCDIR ?= $(VDRDIR)/include
###
-include $(VDRDIR)/Make.config
+-include Make.config
###
@@ -149,7 +151,6 @@ XINEPOSTAUTOCROP = xineplug_post_autocrop.so
XINEPOSTAUDIOCHANNEL = xineplug_post_audiochannel.so
XINEPOSTHEADPHONE = xineplug_post_headphone.so
-
###
### which programs and libs to build
###