summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitar Petrovski <dimeptr@gmail.com>2012-05-09 14:45:29 +0200
committerDimitar Petrovski <dimeptr@gmail.com>2012-05-09 14:45:29 +0200
commit76ec1833ba62798c671935014a10677f514ffc0a (patch)
tree4a7cf8c7b2194fd187b2e46300f1e1e3c653b692 /Makefile
parentb9ebcef5352ba8d70edc4ea6531b7560569af88b (diff)
downloadvdr-plugin-eepg-76ec1833ba62798c671935014a10677f514ffc0a.tar.gz
vdr-plugin-eepg-76ec1833ba62798c671935014a10677f514ffc0a.tar.bz2
fix compile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0bebc82..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 epghandler.o
+OBJS = $(PLUGIN).o dish.o epghandler.o setupeepg.o
ifdef DBG
CXXFLAGS += -g