diff options
| author | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-02-08 22:51:17 +0000 |
|---|---|---|
| committer | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-02-08 22:51:17 +0000 |
| commit | 4e66317bdef5451a50a3bf4bc1b564338bc52788 (patch) | |
| tree | 000f1f640b3306c86b74208bbc46a03b80f31beb /Makefile | |
| parent | dc68a2ee19366fc958b9d876845c3aef6a469240 (diff) | |
| download | vdr-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
