summaryrefslogtreecommitdiff
path: root/muggle-plugin/Makefile
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-02-08 22:51:17 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-02-08 22:51:17 +0000
commitb92d19d8d78573cfbe5c3c4cedf8c226be6efcf4 (patch)
tree00588528cf821e585f29f15a00627a07f3e31697 /muggle-plugin/Makefile
parent64aced2ec9331b254864521d067741f9ddf7851f (diff)
downloadvdr-plugin-muggle-b92d19d8d78573cfbe5c3c4cedf8c226be6efcf4.tar.gz
vdr-plugin-muggle-b92d19d8d78573cfbe5c3c4cedf8c226be6efcf4.tar.bz2
make it compilable with 2.95
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@464 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/Makefile')
-rw-r--r--muggle-plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/muggle-plugin/Makefile b/muggle-plugin/Makefile
index 7b8ba41..19b9c80 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 \
-I/usr/include/mysql/ -I/usr/include/taglib
-DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
+DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
MIFLAGS += -I/usr/include/taglib -lmysqlclient