diff options
| author | Dimitar Petrovski <dimeptr@gmail.com> | 2012-11-30 13:53:29 +0100 |
|---|---|---|
| committer | Dimitar Petrovski <dimeptr@gmail.com> | 2012-11-30 13:53:29 +0100 |
| commit | c0c90a946c0f5a6722f312e7156ba01c9e743d56 (patch) | |
| tree | dc984296d4eda579f9632ee032bf1a62266bcc40 /Makefile | |
| parent | 16676f55d7aabc55a7b2894dbdf79a462749767f (diff) | |
| parent | 250c584c8b52ca6fadc75acc1f8f9e6c2830c014 (diff) | |
| download | vdr-plugin-eepg-c0c90a946c0f5a6722f312e7156ba01c9e743d56.tar.gz vdr-plugin-eepg-c0c90a946c0f5a6722f312e7156ba01c9e743d56.tar.bz2 | |
Merge branch 'experimental'
Conflicts:
eepg.c
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 setupeepg.o equivhandler.o util.o eit2.o ifdef DBG CXXFLAGS += -g |
