diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-05-04 18:53:31 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-05-04 18:53:31 +0000 |
commit | f9fa26c1990e7fb7fc7f4a8f3c19175d2b5eb9c4 (patch) | |
tree | bd46c03a167be729b08f595b7c569489c4f098f9 /Makefile | |
parent | 71cd02a970f6cb1844c9e94d8a8dcdb71b1bc295 (diff) | |
download | vdr-plugin-live-f9fa26c1990e7fb7fc7f4a8f3c19175d2b5eb9c4.tar.gz vdr-plugin-live-f9fa26c1990e7fb7fc7f4a8f3c19175d2b5eb9c4.tar.bz2 |
- moved grab task into mainthreadloop
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.32 2007/04/26 17:36:46 winni Exp $ +# $Id: Makefile,v 1.33 2007/05/04 18:53:31 lordjaxom Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -59,7 +59,8 @@ SUBDIRS = httpd pages css images javascript ### The object files (add further files here): PLUGINOBJS = $(PLUGIN).o thread.o tntconfig.o setup.o i18n.o timers.o \ - tools.o recordings.o tasks.o status.o epg_events.o epgsearch.o + tools.o recordings.o tasks.o status.o epg_events.o epgsearch.o \ + grab.o WEBLIBS = pages/libpages.a css/libcss.a images/libimages.a \ javascript/libjavascript.a |