From eac4c406f6444d8925cc99082c65f979faa8244f Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sat, 22 Apr 2006 14:46:58 +0000 Subject: - Use now APIVERSION introduced with vdr-1.3.47 (Required) --- HISTORY | 3 +++ Makefile | 6 ++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 18933bc..f363012 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,9 @@ VDR Plugin 'image' Revision History ----------------------------------- +2006-04-18 +- Use now APIVERSION introduced with vdr-1.3.47 (Required) + 2006-01-29 - Remove unnecessary DVBDIR from Makefile - Rename README.de to LIESMICH diff --git a/Makefile b/Makefile index 07e1b9b..31f8db2 100644 --- a/Makefile +++ b/Makefile @@ -62,9 +62,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri ### 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: @@ -143,7 +141,7 @@ all: subdirs libvdr-$(PLUGIN).so libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared -export-dynamic $(OBJS) $(LIBS) -o $@ - @cp $@ $(LIBDIR)/$@.$(VDRVERSION) + @cp $@ $(LIBDIR)/$@.$(APIVERSION) subdirs: -- cgit v1.2.3