diff options
Diffstat (limited to 'muggle-plugin/Makefile')
-rw-r--r-- | muggle-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/muggle-plugin/Makefile b/muggle-plugin/Makefile index fd5c870..1bc0296 100644 --- a/muggle-plugin/Makefile +++ b/muggle-plugin/Makefile @@ -53,7 +53,7 @@ PACKAGE = vdr-$(ARCHIVE) INCLUDES += -I$(VDRDIR) -I$(VDRDIR)/include -I$(DVBDIR)/include \ $(shell mysql_config --cflags) $(shell taglib-config --cflags) -DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DMYSQLCLIENTVERSION=$(shell mysql_config --version) +DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DMYSQLCLIENTVERSION='"$(shell mysql_config --version)"' ### The object files (add further files here): |