diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-03 23:06:10 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-03 23:06:10 +0000 |
commit | 63a15de53d63a48c160addc7793cea5b7b76ab6c (patch) | |
tree | b8c38d211d7f5b030b104b33d70448bc87f67626 /Makefile | |
parent | f1de2f0fb307bff494050aa84ff98312688ddfa3 (diff) | |
download | vdr-plugin-live-63a15de53d63a48c160addc7793cea5b7b76ab6c.tar.gz vdr-plugin-live-63a15de53d63a48c160addc7793cea5b7b76ab6c.tar.bz2 |
- added new Timers class that wraps cTimers functionality
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.19 2007/01/03 22:08:10 tadi Exp $ +# $Id: Makefile,v 1.20 2007/01/03 23:06:10 lordjaxom Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -60,7 +60,7 @@ SUBDIRS = httpd pages css images PLUGINOBJS = $(PLUGIN).o thread.o tntconfig.o setup.o i18n.o -WEBOBJS = tools.o +WEBOBJS = tools.o timers.o WEBLIBS = pages/libpages.a \ css/libcss.a \ images/libimages.a |