summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-12-11 21:10:19 +0000
committerphintuka <phintuka>2010-12-11 21:10:19 +0000
commit6ef62064a6186d59fdf05d338d00288f4eebab01 (patch)
treee923bce00d22bd1dde1a21812e83b2df7dd7bb1e
parentfa9d7c47d4c2653b601ac877cf3556d70fe24cfe (diff)
downloadxineliboutput-6ef62064a6186d59fdf05d338d00288f4eebab01.tar.gz
xineliboutput-6ef62064a6186d59fdf05d338d00288f4eebab01.tar.bz2
Fixed building inside VDR source tree
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6acb492f..66d29b45 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.101 2010-11-25 14:28:49 phintuka Exp $
+# $Id: Makefile,v 1.102 2010-12-11 21:10:19 phintuka Exp $
#
# The official name of this plugin.
@@ -331,6 +331,7 @@ $(VDRPLUGIN): $(OBJS) $(OBJS_MPG)
$(CXX) $(CXXFLAGS) $(LDFLAGS_SO) $(LDFLAGS) $(OBJS) $(OBJS_MPG) $(LIBS) $(LIBS_VDR) -o $@
@-rm -rf $(LIBDIR)/$@
@cp $@ $(LIBDIR)/$@
+# Keep VDR Makefile happy - it requires $(LIBDIR)/.$(APIVERSION) somewhere in this file ...
#
# vdr-sxfe