summaryrefslogtreecommitdiff
path: root/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
commit4e66317bdef5451a50a3bf4bc1b564338bc52788 (patch)
tree000f1f640b3306c86b74208bbc46a03b80f31beb /Makefile
parentdc68a2ee19366fc958b9d876845c3aef6a469240 (diff)
downloadvdr-plugin-muggle-4e66317bdef5451a50a3bf4bc1b564338bc52788.tar.gz
vdr-plugin-muggle-4e66317bdef5451a50a3bf4bc1b564338bc52788.tar.bz2
make it compilable with 2.95
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@464 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b8ba41..19b9c80 100644
--- a/Makefile
+++ b/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