diff options
| author | methodus <methodus@web.de> | 2012-10-04 06:12:02 +0200 |
|---|---|---|
| committer | methodus <methodus@web.de> | 2012-10-04 06:12:02 +0200 |
| commit | 14ed7bbd4d5ebbfd83d39af16d2185432d63a808 (patch) | |
| tree | 2687028e72e42dbcabb66821efb5436cc5283acd /Makefile | |
| parent | ff396d8c1f4da02266c4d1758901144b521214de (diff) | |
| download | vdr-plugin-upnp-14ed7bbd4d5ebbfd83d39af16d2185432d63a808.tar.gz vdr-plugin-upnp-14ed7bbd4d5ebbfd83d39af16d2185432d63a808.tar.bz2 | |
Finnally got the plugin interface working, hurray...
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).h | awk '{ pri ### The C++ compiler and options: -CXX ?= gcc +CXX ?= g++ ECPPC ?= ecppc CXXFLAGS ?= -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses |
