summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJürgen Schmitz <vdr@dolze.de>2004-09-19 20:15:00 +0200
committerJürgen Schmitz <vdr@dolze.de>2004-09-19 20:15:00 +0200
commit4a5845aee69c23fa52f660be1caff00c96d9fc38 (patch)
tree8e1b472019c0aa46c2402ada12beb6c80b5f00d5 /Makefile
parent48a28f4fa2c3b8ba0b3d913d0e233d904a545051 (diff)
downloadvdr-plugin-tvonscreen-4a5845aee69c23fa52f660be1caff00c96d9fc38.tar.gz
vdr-plugin-tvonscreen-4a5845aee69c23fa52f660be1caff00c96d9fc38.tar.bz2
Version 0.6.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cf3c817..eb55c16 100644
--- a/Makefile
+++ b/Makefile
@@ -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: