summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-05-18 09:19:32 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2012-05-18 09:19:32 +0200
commitbcd0b697d5953b286878542fb4c33238d65c6cb2 (patch)
tree6773b37a57ff186fefb44ea61dee4207c0185f60 /Makefile
parentb24e6091e88ea015bd6296a091504902ddb4b396 (diff)
downloadvdr-plugin-eepg-bcd0b697d5953b286878542fb4c33238d65c6cb2.tar.gz
vdr-plugin-eepg-bcd0b697d5953b286878542fb4c33238d65c6cb2.tar.bz2
eepghandler for new vdr eit api
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