summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-25 19:33:01 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-01-25 19:33:01 +0000
commit2955e3c943dc809acb9633457aba838e0fc83376 (patch)
tree74e8d2603842f86482eace6265405ed7af1366f7 /Makefile
parent89ec236d4213715b7ce263bb67336de1dc8e5f42 (diff)
downloadvdr-plugin-live-2955e3c943dc809acb9633457aba838e0fc83376.tar.gz
vdr-plugin-live-2955e3c943dc809acb9633457aba838e0fc83376.tar.bz2
- added helper classes for epgsearch services
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3c716aa..85e87fa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.30 2007/01/19 22:03:03 tadi Exp $
+# $Id: Makefile,v 1.31 2007/01/25 19:33:01 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,7 @@ 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
+ tools.o recordings.o tasks.o status.o epg_events.o epgsearch.o
WEBLIBS = pages/libpages.a css/libcss.a images/libimages.a \
javascript/libjavascript.a