diff options
| author | Christian Wieninger <cwieninger@gmx.de> | 2012-03-06 21:28:48 +0100 |
|---|---|---|
| committer | Christian Wieninger <cwieninger@gmx.de> | 2012-03-06 21:28:48 +0100 |
| commit | 00b5f250c69a88a202faaa84abc0ca1a880b6b21 (patch) | |
| tree | 58d6ff8ccc68ed74030cd5513570713a3d3cfbdf /Makefile | |
| parent | f38710a413d35eaad42a46af97c04edc6574827d (diff) | |
| download | vdr-plugin-epgsearch-00b5f250c69a88a202faaa84abc0ca1a880b6b21.tar.gz vdr-plugin-epgsearch-00b5f250c69a88a202faaa84abc0ca1a880b6b21.tar.bz2 | |
SEPP -> SEP ;-)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -165,10 +165,10 @@ endif ### length of the filling '-' in the channel separators, defaults to ### "----------------------------------------" -### overwrite this with PLUGIN_EPGSEARCH_SEPP_ITEMS=--- in your Make.config -### to avoid problems with graphtft -ifdef PLUGIN_EPGSEARCH_SEPP_ITEMS -DEFINES += -DMENU_SEPPERATOR_ITEMS='"$(PLUGIN_EPGSEARCH_SEPP_ITEMS)"' +### overwrite this with PLUGIN_EPGSEARCH_SEP_ITEMS=--- in your Make.config +### to avoid problems with graphlcd +ifdef PLUGIN_EPGSEARCH_SEP_ITEMS +DEFINES += -DMENU_SEPERATOR_ITEMS='"$(PLUGIN_EPGSEARCH_SEP_ITEMS)"' endif OBJS2 = mainmenushortcut.o epgsearchonly.o |
