summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-05-08 16:01:49 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2012-05-08 16:01:49 +0200
commitc994b221ae2e9b5a395ab5641f5a6f66f0de18cc (patch)
tree267fe1224394c679865a181c5b0b368db6d5d38b /Makefile
parent2b14567643d2879c8db64a8e5fa7c0abb6d921bc (diff)
downloadvdr-plugin-eepg-c994b221ae2e9b5a395ab5641f5a6f66f0de18cc.tar.gz
vdr-plugin-eepg-c994b221ae2e9b5a395ab5641f5a6f66f0de18cc.tar.bz2
fix Makefile and include
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19c0684..0bebc82 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
+OBJS = $(PLUGIN).o dish.o epghandler.o
ifdef DBG
CXXFLAGS += -g