summaryrefslogtreecommitdiff
path: root/muggle-plugin/Makefile
diff options
context:
space:
mode:
authorMountainMan <MountainMan@e10066b5-e1e2-0310-b819-94efdf66514b>2004-02-09 19:27:52 +0000
committerMountainMan <MountainMan@e10066b5-e1e2-0310-b819-94efdf66514b>2004-02-09 19:27:52 +0000
commitd62ff70e806d5992436b1abc04fd479e5623a1fa (patch)
tree2c2788a6a6012005042c96e98a5bb83fb9c80478 /muggle-plugin/Makefile
parenta6cd0e97d915a7e5fcb3db6fd25eaac624b03d57 (diff)
downloadvdr-plugin-muggle-d62ff70e806d5992436b1abc04fd479e5623a1fa.tar.gz
vdr-plugin-muggle-d62ff70e806d5992436b1abc04fd479e5623a1fa.tar.bz2
filter set implemented
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@31 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/Makefile')
-rw-r--r--muggle-plugin/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/muggle-plugin/Makefile b/muggle-plugin/Makefile
index fcad314..d913ff7 100644
--- a/muggle-plugin/Makefile
+++ b/muggle-plugin/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.4 2004/02/03 00:13:24 LarsAC Exp $
+# $Id: Makefile,v 1.5 2004/02/09 19:27:52 MountainMan Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -46,9 +46,10 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
### The object files (add further files here):
-OBJS = $(PLUGIN).o vdr_menu.o mg_database.o mg_content_interface.o sh_dummy_content.o gd_content_interface.o mg_tools.o mg_media.o
+OBJS = $(PLUGIN).o vdr_menu.o mg_database.o mg_content_interface.o gd_content_interface.o mg_tools.o mg_media.o
-BINOBJS = sh_shell_osd_plugin.o sh_shell_osd.o sh_shell_osd_menuitems.o muggle.o vdr_menu.o content_interface.o dummy_content.o gd_content_interface.o muggle_tools.o mgmedia.o
+BINOBJS = mg_database.o mg_content_interface.o gd_content_interface.o mg_tools.o mg_media.o
+#BINOBJS = sh_console_osd.o muggle.o vdr_menu.o content_interface.o gd_content_interface.o muggle_tools.o mgmedia.o
### Implicit rules: