diff options
| author | Jürgen Schmitz <vdr@dolze.de> | 2004-11-23 20:15:00 +0100 |
|---|---|---|
| committer | Jürgen Schmitz <vdr@dolze.de> | 2004-11-23 20:15:00 +0100 |
| commit | 83720d70112490b379cdc230bfb4e4f6a2fe6bff (patch) | |
| tree | 1fb401c4ee7e7da6a19453a2ad06ddf81b134414 /Makefile | |
| parent | 4a5845aee69c23fa52f660be1caff00c96d9fc38 (diff) | |
| download | vdr-plugin-tvonscreen-83720d70112490b379cdc230bfb4e4f6a2fe6bff.tar.gz vdr-plugin-tvonscreen-83720d70112490b379cdc230bfb4e4f6a2fe6bff.tar.bz2 | |
Version 0.7.0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.4 2004/07/07 10:37:23 schmitzj Exp $ +# $Id: Makefile,v 1.6 2004/11/23 14:21:24 schmitzj Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -46,7 +46,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D_GNU_SOURCE ### The object files (add further files here): -OBJS = $(PLUGIN).o i18n.o magazine.o anyfont.o config.o gfxtools.o +OBJS = $(PLUGIN).o i18n.o magazine.o anyfont.o config.o gfxtools.o timer.o search.o ### Implicit rules: |
