diff options
author | phintuka <phintuka> | 2010-12-11 21:10:19 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-12-11 21:10:19 +0000 |
commit | 6ef62064a6186d59fdf05d338d00288f4eebab01 (patch) | |
tree | e923bce00d22bd1dde1a21812e83b2df7dd7bb1e | |
parent | fa9d7c47d4c2653b601ac877cf3556d70fe24cfe (diff) | |
download | xineliboutput-6ef62064a6186d59fdf05d338d00288f4eebab01.tar.gz xineliboutput-6ef62064a6186d59fdf05d338d00288f4eebab01.tar.bz2 |
Fixed building inside VDR source tree
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |