diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-06-01 19:57:29 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-06-01 19:57:29 +0000 |
commit | 883be2c8cade7d68dc743c17bedda6f675a787ba (patch) | |
tree | 71834227bb75137fa5a8424aec10171a29d6c0fb /Makefile | |
parent | e71ea234a90f701dfb84e03443c7cd3134da5260 (diff) | |
download | vdr-plugin-live-883be2c8cade7d68dc743c17bedda6f675a787ba.tar.gz vdr-plugin-live-883be2c8cade7d68dc743c17bedda6f675a787ba.tar.bz2 |
- added uniform features detector
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.40 2007/06/01 13:48:21 lordjaxom Exp $ +# $Id: Makefile,v 1.41 2007/06/01 19:57:29 lordjaxom Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -63,7 +63,7 @@ SUBDIRS = httpd pages css images javascript 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 \ - grab.o md5.o filecache.o + grab.o md5.o filecache.o livefeatures.o WEBLIBS = pages/libpages.a css/libcss.a images/libimages.a \ javascript/libjavascript.a |