From 0c50af128d8171e6e6c9cf5bcaa5d03104278306 Mon Sep 17 00:00:00 2001 From: svntobi Date: Sat, 22 Mar 2008 12:28:00 +0000 Subject: removed all the code for configuring the menu via the OSD git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6963 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d984ed9..ed4e7ef 100644 --- a/Makefile +++ b/Makefile @@ -63,8 +63,10 @@ PACKAGE = vdr-$(ARCHIVE) INCLUDES += -I. -I$(VDRDIR)/include -I$(DVBDIR)/include INCLUDES += `pkg-config libxml++-2.6 --cflags` +INCLUDES += `pkg-config glibmm-2.4 --cflags` LIBS += `pkg-config libxml++-2.6 --libs` +LIBS += `pkg-config glibmm-2.4 --libs` DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -- cgit v1.2.3