diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-02-21 19:38:34 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-02-21 19:38:34 +0100 |
commit | 5ce71e1affd32470b2d8b6c46f18a1f9751289af (patch) | |
tree | 29ea7bdb8b086cd7ae3b4640ba27568494150364 /Makefile | |
parent | ea408d448aa65350c686a75d445450979fc8cd9e (diff) | |
download | vdr-plugin-live-5ce71e1affd32470b2d8b6c46f18a1f9751289af.tar.gz vdr-plugin-live-5ce71e1affd32470b2d8b6c46f18a1f9751289af.tar.bz2 |
timer conflict implementation moved to timerconflict.cpp/h
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ VERSIONSUFFIX = gen_version_suffix.h PLUGINOBJS = $(PLUGIN).o thread.o tntconfig.o setup.o i18n.o timers.o \ tools.o recman.o tasks.o status.o epg_events.o epgsearch.o \ - grab.o md5.o filecache.o livefeatures.o preload.o + grab.o md5.o filecache.o livefeatures.o preload.o timerconflict.o WEBLIBS = pages/libpages.a css/libcss.a javascript/libjavascript.a |