diff options
| author | Jürgen Schmitz <vdr@dolze.de> | 2004-09-19 20:15:00 +0200 |
|---|---|---|
| committer | Jürgen Schmitz <vdr@dolze.de> | 2004-09-19 20:15:00 +0200 |
| commit | 4a5845aee69c23fa52f660be1caff00c96d9fc38 (patch) | |
| tree | 8e1b472019c0aa46c2402ada12beb6c80b5f00d5 /Makefile | |
| parent | 48a28f4fa2c3b8ba0b3d913d0e233d904a545051 (diff) | |
| download | vdr-plugin-tvonscreen-4a5845aee69c23fa52f660be1caff00c96d9fc38.tar.gz vdr-plugin-tvonscreen-4a5845aee69c23fa52f660be1caff00c96d9fc38.tar.bz2 | |
Version 0.6.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.2 2004/03/03 00:22:47 schmitzj Exp $ +# $Id: Makefile,v 1.4 2004/07/07 10:37:23 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 +OBJS = $(PLUGIN).o i18n.o magazine.o anyfont.o config.o gfxtools.o ### Implicit rules: |
