diff options
author | andreas 'randy' weinberger <vdr@smue.org> | 2010-02-28 12:57:05 +0100 |
---|---|---|
committer | andreas 'randy' weinberger <vdr@smue.org> | 2010-02-28 12:57:05 +0100 |
commit | 5a75c8d9d56199dba452c1dc8fe5e8df84a3e7c2 (patch) | |
tree | 1f8e0324f4c90502445c4b2c0e168d03a6481f0a /Makefile | |
parent | bc5187740a5e4bb33a95fda14d830a28d46fe3d1 (diff) | |
download | vdr-plugin-graphlcd-5a75c8d9d56199dba452c1dc8fe5e8df84a3e7c2.tar.gz vdr-plugin-graphlcd-5a75c8d9d56199dba452c1dc8fe5e8df84a3e7c2.tar.bz2 |
fixed typo (missing space)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ PACKAGE = vdr-$(ARCHIVE) ### Includes and Defines (add further entries here): -INCLUDES += -I./graphlcd-base/-I$(VDRDIR)/include -I$(INSTALLPREFIX)/include +INCLUDES += -I./graphlcd-base/ -I$(VDRDIR)/include -I$(INSTALLPREFIX)/include DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' |