1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 11:36:53 +00:00

Added STRIP option for Makefile (Thanks to Ville Skyttä).

Modified APIVERSION code in Makefile.
This commit is contained in:
Rolf Ahrenberg
2006-04-23 04:20:00 +03:00
parent caf42f7ace
commit bf85e32d0d
4 changed files with 12 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ TMPDIR = /tmp
### The version number of VDR's plugin API (taken from VDR's "config.h"):
APIVERSION = $(shell grep 'define APIVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
APIVERSION = $(shell sed -ne '/define APIVERSION/ { s/^.*"\(.*\)".*$$/\1/; p }' $(VDRDIR)/config.h)
### The name of the distribution archive: