summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-05-18 09:31:58 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2012-05-18 09:31:58 +0200
commit6d0336431c938a8a04f3fae809fa3e233de5612e (patch)
tree6aab485d751f5c3b4b3b82f983b2b2ec5ad53c4e /Makefile
parent43ee5ffab18ea5b9aad236dacb471458b053ebcb (diff)
parent16775b11befcc5831ed2acb10502fb5ad1b73c8d (diff)
downloadvdr-plugin-eepg-6d0336431c938a8a04f3fae809fa3e233de5612e.tar.gz
vdr-plugin-eepg-6d0336431c938a8a04f3fae809fa3e233de5612e.tar.bz2
Merge branch 'epg-handler' into experimental
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19c0684..a2d413e 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 setupeepg.o
ifdef DBG
CXXFLAGS += -g