diff options
author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-18 09:19:41 +0200 |
---|---|---|
committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-05-18 09:19:41 +0200 |
commit | 5745ef4a6bfeede40fe69067f51e714718243045 (patch) | |
tree | 4a7cf8c7b2194fd187b2e46300f1e1e3c653b692 /Makefile | |
parent | 46f6510bb78a19f862bd3c1ffff6ac322ca6d6b4 (diff) | |
download | vdr-plugin-eepg-5745ef4a6bfeede40fe69067f51e714718243045.tar.gz vdr-plugin-eepg-5745ef4a6bfeede40fe69067f51e714718243045.tar.bz2 |
move cSetupEEPG to separate files
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 epghandler.o +OBJS = $(PLUGIN).o dish.o epghandler.o setupeepg.o ifdef DBG CXXFLAGS += -g |