diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-01-16 01:05:16 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-01-16 01:05:16 +0100 |
commit | 6601d4c8cfe062f61196ef6f4e2ade0156c3345c (patch) | |
tree | fc2cc9953e3ef8d44f0578342846139de0a01e89 /Makefile | |
parent | 85941f0fd77d61b200aa6bf36498832436fe7a16 (diff) | |
download | vdr-plugin-live-6601d4c8cfe062f61196ef6f4e2ade0156c3345c.tar.gz vdr-plugin-live-6601d4c8cfe062f61196ef6f4e2ade0156c3345c.tar.bz2 |
Added files that use the version-util result.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,6 +14,7 @@ PLUGIN = live ### The version number of this plugin (taken from the main source file): VERSION = $(shell grep '\#define LIVEVERSION ' setup.h | awk '{ print $$3 }' | sed -e 's/[";]//g') +VERSINFO= $(shell ./buildutil/version-util) ### The C++ compiler and options: @@ -57,7 +58,7 @@ ifneq ($(TNTVERS7),yes) LIBS += httpd/libhttpd.a endif -DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' +DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DVERSION_SUFFIX='"$(VERSINFO)"' ifeq ($(TNTVERS7),yes) DEFINES += -DTNTVERS7 endif |