diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-18 09:19:32 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-18 09:19:32 +0200 |
commit | bcd0b697d5953b286878542fb4c33238d65c6cb2 (patch) | |
tree | 6773b37a57ff186fefb44ea61dee4207c0185f60 /Makefile | |
parent | b24e6091e88ea015bd6296a091504902ddb4b396 (diff) | |
download | vdr-plugin-eepg-bcd0b697d5953b286878542fb4c33238d65c6cb2.tar.gz vdr-plugin-eepg-bcd0b697d5953b286878542fb4c33238d65c6cb2.tar.bz2 |
eepghandler for new vdr eit api
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |