summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2008-03-22 12:28:00 +0000
committersvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2008-03-22 12:28:00 +0000
commit0c50af128d8171e6e6c9cf5bcaa5d03104278306 (patch)
treefde6821ed788e9d0deb4a08267d717edde879926 /Makefile
parentfeff6c258c109abe5a64f5dd08ad5198c5202e4c (diff)
downloadvdr-plugin-menuorg-0c50af128d8171e6e6c9cf5bcaa5d03104278306.tar.gz
vdr-plugin-menuorg-0c50af128d8171e6e6c9cf5bcaa5d03104278306.tar.bz2
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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)"'