summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2004-02-03 00:13:24 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2004-02-03 00:13:24 +0000
commit45eec7862d12b533c7fe8c828802adaf770ae312 (patch)
tree2d88e3c17418252a643b5a0504d67f0d932c3f9e /Makefile
parent27a129c26ad2520d3747f9e05af9dbe6cae0c64a (diff)
downloadvdr-plugin-muggle-45eec7862d12b533c7fe8c828802adaf770ae312.tar.gz
vdr-plugin-muggle-45eec7862d12b533c7fe8c828802adaf770ae312.tar.bz2
Improved OSD handling of collapse/back
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@23 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ad5a8df..fcad314 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.3 2004/02/01 22:35:22 RaK Exp $
+# $Id: Makefile,v 1.4 2004/02/03 00:13:24 LarsAC Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -40,7 +40,7 @@ PACKAGE = vdr-$(ARCHIVE)
### Includes and Defines (add further entries here):
-INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include -I/usr/include/mysql/
+INCLUDES += -I$(VDRDIR) -I$(DVBDIR)/include -I/usr/include/mysql/
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'