From cc67772793751d5329739ede3da01995a743bca1 Mon Sep 17 00:00:00 2001 From: svntcreutz Date: Fri, 27 Jul 2007 00:47:42 +0000 Subject: some fixed.. but some bugs left - need to fix befor compile git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5647 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 491f2e5..e1e0aad 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ VERSION = $(shell grep 'static const char VERSION\[\] =' src/version.h | \ ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual +CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual `pkg-config libxml++-2.6 --cflags --libs` ### The directory environment: -- cgit v1.2.3