summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorthomas <thomas>2006-07-05 20:35:24 +0000
committerthomas <thomas>2006-07-05 20:35:24 +0000
commitc36434a83f2ec48a8de6c9dd29e33f3b4da324c7 (patch)
tree4f815bd4ede8d4de5f3bde5867be814d68a77871 /Makefile
parentbf29388e02945d8fb8881037603c8ec60ae1fd97 (diff)
downloadvdr-plugin-streamdev-c36434a83f2ec48a8de6c9dd29e33f3b4da324c7.tar.gz
vdr-plugin-streamdev-c36434a83f2ec48a8de6c9dd29e33f3b4da324c7.tar.bz2
Anapssung an VDR 1.4.x
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 682eb39..6c395d0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.5 2005/04/24 16:19:14 lordjaxom Exp $
+# $Id: Makefile,v 1.6 2006/07/05 20:35:24 thomas Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -31,7 +31,7 @@ TMPDIR = /tmp
### The version number of VDR (taken from VDR's "config.h"):
-VDRVERSION = $(shell grep 'define VDRVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
+APIVERSION = $(shell grep 'define APIVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
### The name of the distribution archive:
@@ -120,7 +120,7 @@ libvdr-$(PLUGIN)-server.so: $(SERVEROBJS) $(COMMONOBJS) libdvbmpeg/libdvbmpegtoo
%.so:
$(CXX) $(CXXFLAGS) -shared $^ -o $@
- @cp $@ $(LIBDIR)/$@.$(VDRVERSION)
+ @cp $@ $(LIBDIR)/$@.$(APIVERSION)
dist: clean
@-rm -rf $(TMPDIR)/$(ARCHIVE)