diff options
author | Timo Eskola <timo@tolleri.net> | 2015-09-08 12:54:54 +0300 |
---|---|---|
committer | Timo Eskola <timo@tolleri.net> | 2015-09-08 12:54:54 +0300 |
commit | 7edba06d8a957de3d99843cc52cb50c1eff7e758 (patch) | |
tree | 4be6cf91651a0f0314a33ace750bef0fdbf2181e /Makefile | |
parent | 554759de812beb5dcfdc423b1225e5e15ef80713 (diff) | |
download | vdr-plugin-duplicates-7edba06d8a957de3d99843cc52cb50c1eff7e758.tar.gz vdr-plugin-duplicates-7edba06d8a957de3d99843cc52cb50c1eff7e758.tar.bz2 |
Version 0.0.5:
- Fixed compilation with VDR 1.7.28, thanks to Matti Lehtimäki and Joerg Bornkessel
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ TMPDIR = /tmp ### Make sure that necessary options are included: -include $(VDRDIR)/Make.global +-include $(VDRDIR)/Make.global ### Allow user defined options to overwrite defaults: |