From 1bd05f5ef4ca894c09b2eedec36d15504c368f33 Mon Sep 17 00:00:00 2001 From: svntobi Date: Fri, 27 Jul 2007 19:40:59 +0000 Subject: fixed makefile git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5657 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e1e0aad..4e53ad5 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,8 @@ VERSION = $(shell grep 'static const char VERSION\[\] =' src/version.h | \ ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual `pkg-config libxml++-2.6 --cflags --libs` +CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual + ### The directory environment: @@ -42,9 +43,10 @@ PACKAGE = vdr-$(ARCHIVE) ### Includes, Libs and Defines (add further entries here): -# LIBS += `curl-config --libs` - INCLUDES += -I. -I$(VDRDIR)/include -I$(DVBDIR)/include +INCLUDES += `pkg-config libxml++-2.6 --cflags` + +LIBS += `pkg-config libxml++-2.6 --libs` DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -- cgit v1.2.3