diff options
| author | RaK <RaK@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-02-01 22:12:56 +0000 |
|---|---|---|
| committer | RaK <RaK@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-02-01 22:12:56 +0000 |
| commit | 89b813bb617c34c24a22bc05442331cbbe71f061 (patch) | |
| tree | 1043fdc8ded7016f4736fe94b7d480d805f6fced /Makefile | |
| parent | 53ffef33f9e32ef4368fb55d8c87666ee7d667f5 (diff) | |
| download | vdr-plugin-muggle-89b813bb617c34c24a22bc05442331cbbe71f061.tar.gz vdr-plugin-muggle-89b813bb617c34c24a22bc05442331cbbe71f061.tar.bz2 | |
Added new View Genre -> Year -> Track
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@11 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.1 2004/02/01 18:22:53 LarsAC Exp $ +# $Id: Makefile,v 1.2 2004/02/01 22:12:56 RaK Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -48,7 +48,8 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' 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 -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_contentinterface.o muggle_tools.o mgmedia.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_contentinterface.o muggle_tools.o mgmedia.o +BINOBJS = muggle.o vdr_menu.o mg_content_interface.o gd_content_interface.o mg_tools.o mg_media.o ### Implicit rules: @@ -89,3 +90,4 @@ dist: clean clean: @-rm -f $(OBJS) $(BINOBJS) $(DEPFILE) *.so *.tgz core* *~ @-rm -f sh_muggle sh_muggle2 + |
