diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-02 19:37:57 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-02 19:37:57 +0000 |
commit | 6e6955d282944c5f2e73ab454cfcc374414986c6 (patch) | |
tree | a5cdc40d12f1d94d5be93cbf5b46574f66f11552 /Makefile | |
parent | 48c46dfdd986ad4a7a0692d05992f7882bef6a88 (diff) | |
download | vdr-plugin-live-6e6955d282944c5f2e73ab454cfcc374414986c6.tar.gz vdr-plugin-live-6e6955d282944c5f2e73ab454cfcc374414986c6.tar.bz2 |
*** empty log message ***
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.1 2007/01/02 19:18:27 lordjaxom Exp $ +# $Id: Makefile,v 1.2 2007/01/02 19:37:57 thomas Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -58,7 +58,7 @@ LIBS += httpd/libhttpd.a OBJS = $(PLUGIN).o thread.o tntconfig.o setup.o -WEBS = channels.o +WEBS = channels.o schedule.o ### Implicit rules: |