summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-10-04 06:12:02 +0200
committermethodus <methodus@web.de>2012-10-04 06:12:02 +0200
commit14ed7bbd4d5ebbfd83d39af16d2185432d63a808 (patch)
tree2687028e72e42dbcabb66821efb5436cc5283acd /Makefile
parentff396d8c1f4da02266c4d1758901144b521214de (diff)
downloadvdr-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cbae582..71adef3 100644
--- a/Makefile
+++ b/Makefile
@@ -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