summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-02-21 16:43:14 +0100
committerchriszero <zerov83@gmail.com>2015-02-21 16:43:14 +0100
commit2d8e03d177d20f22c2776b77b2d704a5009ce0fa (patch)
tree6969a3735fcc106b6f744417587ef8766d8b225a /Makefile
parent37043899a114c20b50d26ceb2992c2e670b6024e (diff)
downloadvdr-plugin-plex-2d8e03d177d20f22c2776b77b2d704a5009ce0fa.tar.gz
vdr-plugin-plex-2d8e03d177d20f22c2776b77b2d704a5009ce0fa.tar.bz2
Add feature: recovers menustate before playing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 01c2f33..b902f3a 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ SOFILE = libvdr-$(PLUGIN).so
INCLUDES +=
-DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D_GNU_SOURCE $(CONFIG) \
+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DPLUGIN='"$(PLUGIN)"' -D_GNU_SOURCE $(CONFIG) \
$(if $(GIT_REV), -DGIT_REV='"$(GIT_REV)"')
### Make it standard