summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.gitignore1
-rw-r--r--[-rwxr-xr-x]Makefile2
-rw-r--r--[-rwxr-xr-x]radio.c0
-rw-r--r--[-rwxr-xr-x]radioaudio.c0
-rw-r--r--[-rwxr-xr-x]radioaudio.h0
5 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index fce6980..818ee72 100755
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,5 @@ po/*.mo
po/*.pot
.project
.includepath
+vdr-radio-*.tgz
diff --git a/Makefile b/Makefile
index 631e845..665bd68 100755..100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ PLUGIN = radio
### The version number of this plugin (taken from the main source file):
VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | \
- grep -v GIT \
+ grep -v GIT | \
awk '{ print $$6 }' | sed -e 's/[";]//g')
GIT_REV = $(shell git describe --always 2>/dev/null)
diff --git a/radio.c b/radio.c
index a7f1415..a7f1415 100755..100644
--- a/radio.c
+++ b/radio.c
diff --git a/radioaudio.c b/radioaudio.c
index 19e63a2..19e63a2 100755..100644
--- a/radioaudio.c
+++ b/radioaudio.c
diff --git a/radioaudio.h b/radioaudio.h
index ab35307..ab35307 100755..100644
--- a/radioaudio.h
+++ b/radioaudio.h