summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-05-23 21:50:41 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2012-05-23 21:50:41 +0200
commit07e0eccce3b565fb13f2d675f6eddc38c4917b89 (patch)
treebaad384253eff0d29559ed871f04ac524e49727d /Makefile
parent61eded224bc4660b41f6754e83b91a262af3f8ce (diff)
downloadvdr-plugin-eepg-07e0eccce3b565fb13f2d675f6eddc38c4917b89.tar.gz
vdr-plugin-eepg-07e0eccce3b565fb13f2d675f6eddc38c4917b89.tar.bz2
partial compile fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2d413e..b020216 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
### The object files (add further files here):
-OBJS = $(PLUGIN).o dish.o epghandler.o setupeepg.o
+OBJS = $(PLUGIN).o dish.o epghandler.o setupeepg.o equivhandler.o
ifdef DBG
CXXFLAGS += -g